Merge pull request #127129 from jonringer/update-python-pybids

python3Packages.pybids: 0.13 -> 0.13.1
This commit is contained in:
Sandro 2021-06-17 01:38:10 +02:00 committed by GitHub
commit 4f64628893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,12 +14,12 @@
}:
buildPythonPackage rec {
version = "0.13";
version = "0.13.1";
pname = "pybids";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-zVFaGAKgTP9UiUdmO4+Tut8Qc64xuGyB26cQLRHOqYw=";
sha256 = "sha256-ySDhVX4drotnFiXXDK+9woQ3uigistudpMJYenYl47o=";
};
propagatedBuildInputs = [