mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
Merge pull request #189385 from r-ryantm/auto-update/python3.10-bids-validator
This commit is contained in:
commit
8cf6d1178c
@ -4,12 +4,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.9.7";
|
||||
version = "1.9.8";
|
||||
pname = "bids-validator";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-q8dnOSoN9Gu9yl/UJNRXeTBBKTnfJhHwqN6+QVTlexI=";
|
||||
sha256 = "sha256-/zl5m7IF+S1vLDIvC47/DRwCiPQpGgsY/OYa+k39fz4=";
|
||||
};
|
||||
|
||||
# needs packages which are not available in nixpkgs
|
||||
|
Loading…
Reference in New Issue
Block a user