python37Packages.bids-validator: 1.5.7 -> 1.5.8

This commit is contained in:
R. RyanTM 2020-12-16 18:26:19 +00:00 committed by Jonathan Ringer
parent b568bcf001
commit ae47094b39

View File

@ -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