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 1a701a7 + 06cbdf0 commit 4ac6ab3Copy full SHA for 4ac6ab3
pkgs/development/python-modules/graph-tool/default.nix
@@ -32,12 +32,12 @@ let
32
in
33
buildPythonPackage rec {
34
pname = "graph-tool";
35
- version = "2.80";
+ version = "2.85";
36
format = "other";
37
38
src = fetchurl {
39
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
40
- hash = "sha256-wacOB12+co+tJdw/WpqVl4gKbW/2hDW5HSHwtE742+Y=";
+ hash = "sha256-GX0JUz5G7gtLemwlY1prQvCxIxpuyclo+1LN68j2H9o=";
41
};
42
43
postPatch = ''
0 commit comments