python37Packages.bids-validator: 1.5.7 -> 1.5.8
This commit is contained in:
parent
b568bcf001
commit
ae47094b39
@ -4,12 +4,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.5.7";
|
version = "1.5.8";
|
||||||
pname = "bids-validator";
|
pname = "bids-validator";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "624fade609636c64e7829ff072bdf12f93512948a803059b059e5c90df894be2";
|
sha256 = "5b8c3b9047d2e00e25746d55f56f62071f0a82dd2de59371a1ee589fe28b2852";
|
||||||
};
|
};
|
||||||
|
|
||||||
# needs packages which are not available in nixpkgs
|
# needs packages which are not available in nixpkgs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user