We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e2a585 + f494b3a commit dc0036fCopy full SHA for dc0036f
pkgs/development/python-modules/acres/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "acres";
12
- version = "0.2.0";
+ version = "0.3.0";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "nipreps";
17
repo = "acres";
18
tag = version;
19
- hash = "sha256-DSDTOUNInLMR6C1P4NT+121sU+BYBLw67xRCtKobEaM=";
+ hash = "sha256-/OuQgi/17Pz9q2GX7MZftUJzod7M9Le4CPOROudFDfk=";
20
};
21
22
build-system = [
0 commit comments