3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.bids-validator: 1.8.3 -> 1.8.4

This commit is contained in:
R. RyanTM 2021-09-25 01:57:23 +00:00
parent 5cdf7377c1
commit 70ec60957d

View file

@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
version = "1.8.3";
version = "1.8.4";
pname = "bids-validator";
src = fetchPypi {
inherit pname version;
sha256 = "a2940b447fdbea084311de55d415a1538299ad40ee1cc6ae711319c0734dc401";
sha256 = "63e7a02c9ddb5505a345e178f4e436b82c35ec0a177d7047b67ea10ea3029a68";
};
# needs packages which are not available in nixpkgs