Merge pull request #184466 from r-ryantm/auto-update/python3.9-bids-validator

python39Packages.bids-validator: 1.9.5 -> 1.9.7
This commit is contained in:
Mario Rodas 2022-08-13 12:28:19 -05:00 committed by GitHub
commit ba7ac517f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
version = "1.9.5";
version = "1.9.7";
pname = "bids-validator";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-izjda65OYnwaPX30JqdCL5fFh5IW5eJeAIrP4l9I3kE=";
sha256 = "sha256-q8dnOSoN9Gu9yl/UJNRXeTBBKTnfJhHwqN6+QVTlexI=";
};
# needs packages which are not available in nixpkgs