python3Packages.acres: 0.3.0 -> 0.5.0 (#415798)

authored by Gaétan Lepage and committed by GitHub 39c9bdea ce91a3e8

+2 -2
+2 -2
pkgs/development/python-modules/acres/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "acres"; 12 - version = "0.3.0"; 12 + version = "0.5.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "nipreps"; 17 17 repo = "acres"; 18 18 tag = version; 19 - hash = "sha256-/OuQgi/17Pz9q2GX7MZftUJzod7M9Le4CPOROudFDfk="; 19 + hash = "sha256-D2w/xGlt0ApQ1Il9pzHPcL1s3CmCCOdgRpvUw/LI3gA="; 20 20 }; 21 21 22 22 build-system = [