mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:48:38 +00:00
python3Packages.bids-validator: 1.9.3 -> 1.9.5
This commit is contained in:
parent
6a74fee081
commit
3805f9638c
@ -4,12 +4,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.9.3";
|
||||
version = "1.9.5";
|
||||
pname = "bids-validator";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-ATJi4eCWV0i3Z8AsgV/DtiCn8Qzi2cMDtId5jXCoDL0=";
|
||||
sha256 = "sha256-izjda65OYnwaPX30JqdCL5fFh5IW5eJeAIrP4l9I3kE=";
|
||||
};
|
||||
|
||||
# needs packages which are not available in nixpkgs
|
||||
|
Loading…
Reference in New Issue
Block a user