python3Packages.ancp-bids: 0.2.9 -> 0.3.0

This commit is contained in:
R. Ryantm 2025-07-11 23:57:53 +00:00 committed by Weijia Wang
parent 97234ec272
commit 88c244df81

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ancp-bids";
version = "0.2.9";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "ANCPLabOldenburg";
repo = "ancp-bids";
tag = version;
hash = "sha256-vmw8SAikvbaHnPOthBQxTbyvDwnnZwCOV97aUogIgxw=";
hash = "sha256-n8QfQ2PGdAO6kTfkbFpj3f2gYa3vwuYg+vPpZlGNpb0=";
};
build-system = [ setuptools ];