python312Packages.ancp-bids: 0.2.4 -> 0.2.5 (#352549)

This commit is contained in:
Nick Cao 2024-10-31 14:31:02 -04:00 committed by GitHub
commit 249bc36e1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ancp-bids";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ANCPLabOldenburg";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-c6X1gCYAezgZQP6xfQPfKW8V35F1cnTdbryEp3sZ4jw=";
hash = "sha256-bfHphFecPHKoVow8v+20LuQt6X1BGGtoTK4T9vhIkSc=";
};
build-system = [ setuptools ];