python312Packages.acres: 0.2.0 -> 0.3.0

Diff: https://github.com/nipreps/acres/compare/refs/tags/0.2.0...0.3.0

Changelog: https://github.com/nipreps/acres/blob/0.3.0/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-03-26 11:33:09 +01:00
parent 266484b090
commit f494b3a6f6
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "acres";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nipreps";
repo = "acres";
tag = version;
hash = "sha256-DSDTOUNInLMR6C1P4NT+121sU+BYBLw67xRCtKobEaM=";
hash = "sha256-/OuQgi/17Pz9q2GX7MZftUJzod7M9Le4CPOROudFDfk=";
};
build-system = [