Merge pull request #123864 from jonringer/bump-pybids

python3Packages.pybids: 0.12.4 -> 0.13
This commit is contained in:
Fabian Affolter 2021-05-21 22:25:44 +02:00 committed by GitHub
commit 630b43c77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,12 @@
}:
buildPythonPackage rec {
version = "0.12.4";
version = "0.13";
pname = "pybids";
src = fetchPypi {
inherit pname version;
sha256 = "830f3f518ab0d2e058e9ba6d6ff9a942792909c874433b3ad58a3339a23f46bf";
sha256 = "sha256-zVFaGAKgTP9UiUdmO4+Tut8Qc64xuGyB26cQLRHOqYw=";
};
propagatedBuildInputs = [