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:
commit
162a2a8471
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bids-validator";
|
pname = "bids-validator";
|
||||||
version = "1.11.0";
|
version = "1.12.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-QIxWdIt8+Yz3wxgi8zqNicXm59tSVMNFEH6NUnV2/1M=";
|
hash = "sha256-X569N5zfbTg+mDwQU5iGv16kiOTr8rwhKTEl9RCJMRY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# needs packages which are not available in nixpkgs
|
# needs packages which are not available in nixpkgs
|
||||||
|
|
Loading…
Reference in a new issue