From dc4136f474e1f935a0a77900355dc03148623907 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 11 Jun 2025 11:17:19 +0200 Subject: [PATCH] python3Packages.acres: 0.3.0 -> 0.5.0 Diff: https://github.com/nipreps/acres/compare/refs/tags/0.3.0...refs/tags/0.5.0 Changelog: https://github.com/nipreps/acres/blob/0.5.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 d047470873ef..b897e24d946b 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.3.0"; + version = "0.5.0"; pyproject = true; src = fetchFromGitHub { owner = "nipreps"; repo = "acres"; tag = version; - hash = "sha256-/OuQgi/17Pz9q2GX7MZftUJzod7M9Le4CPOROudFDfk="; + hash = "sha256-D2w/xGlt0ApQ1Il9pzHPcL1s3CmCCOdgRpvUw/LI3gA="; }; build-system = [