python3Packages.bidsschematools: 1.1.3 -> 1.1.4

This commit is contained in:
Weijia Wang
2026-01-10 21:59:45 +01:00
parent 46f17abfda
commit e49ccfa039
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "bidsschematools";
version = "1.1.3";
version = "1.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "bids-standard";
repo = "bids-specification";
tag = "schema-${version}";
hash = "sha256-77ctT1Btin9gJSfgu1euFep0lg6SauCZn60VRrJ0IRk=";
hash = "sha256-4aRM0c1onwASuhkKA7DLPjhLGeo6WAE3T2mKePFiRvw=";
};
sourceRoot = "${src.name}/tools/schemacode";