python3Packages.bidsschematools: 1.1.3 -> 1.1.4 (#478817)

This commit is contained in:
Weijia Wang
2026-01-12 08:33:13 +00:00
committed by GitHub
@@ -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";