Skip to content

Commit 39c9bde

Browse files
authored
python3Packages.acres: 0.3.0 -> 0.5.0 (#415798)
2 parents ce91a3e + dc4136f commit 39c9bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/acres/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "acres";
12-
version = "0.3.0";
12+
version = "0.5.0";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "nipreps";
1717
repo = "acres";
1818
tag = version;
19-
hash = "sha256-/OuQgi/17Pz9q2GX7MZftUJzod7M9Le4CPOROudFDfk=";
19+
hash = "sha256-D2w/xGlt0ApQ1Il9pzHPcL1s3CmCCOdgRpvUw/LI3gA=";
2020
};
2121

2222
build-system = [

0 commit comments

Comments
 (0)