Skip to content

Commit dc0036f

Browse files
authored
python312Packages.acres: 0.2.0 -> 0.3.0 (NixOS#393362)
2 parents 7e2a585 + f494b3a commit dc0036f

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.2.0";
12+
version = "0.3.0";
1313
pyproject = true;
1414

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

2222
build-system = [

0 commit comments

Comments
 (0)