From f494b3a6f69af948967d2a0cbd87ac0de5a2ddd0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 26 Mar 2025 11:33:09 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/acres/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/acres/default.nix b/pkgs/development/python-modules/acres/default.nix index 666299b4dd31..d047470873ef 100644 --- a/pkgs/development/python-modules/acres/default.nix +++ b/pkgs/development/python-modules/acres/default.nix @@ -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 = [