python3Packages.bidsschematools: 1.2.1 -> 1.2.2
https://github.com/bids-standard/bids-specification/releases/tag/schema-1.2.2
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bidsschematools";
|
||||
version = "1.2.1";
|
||||
version = "1.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bids-standard";
|
||||
repo = "bids-specification";
|
||||
tag = "schema-${version}";
|
||||
hash = "sha256-BK31NSq4WiQiM/GLxaL8bmce25RRS6ZJvOW7PhS6ByQ=";
|
||||
hash = "sha256-6s5j+aHMiLzDK5X48sD6hVzXpGYWSRX9J3sljt4iqZw=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/tools/schemacode";
|
||||
|
||||
Reference in New Issue
Block a user