Merge pull request #242137 from r-ryantm/auto-update/python310Packages.bids-validator

python310Packages.bids-validator: 1.11.0 -> 1.12.0
This commit is contained in:
Fabian Affolter 2023-07-08 10:52:19 +02:00 committed by GitHub
commit 162a2a8471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "bids-validator";
version = "1.11.0";
version = "1.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QIxWdIt8+Yz3wxgi8zqNicXm59tSVMNFEH6NUnV2/1M=";
hash = "sha256-X569N5zfbTg+mDwQU5iGv16kiOTr8rwhKTEl9RCJMRY=";
};
# needs packages which are not available in nixpkgs