Skip to content

Commit 4ac6ab3

Browse files
python312Packages.graph-tool: 2.80 -> 2.85 (NixOS#373989)
2 parents 1a701a7 + 06cbdf0 commit 4ac6ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/graph-tool/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ let
3232
in
3333
buildPythonPackage rec {
3434
pname = "graph-tool";
35-
version = "2.80";
35+
version = "2.85";
3636
format = "other";
3737

3838
src = fetchurl {
3939
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
40-
hash = "sha256-wacOB12+co+tJdw/WpqVl4gKbW/2hDW5HSHwtE742+Y=";
40+
hash = "sha256-GX0JUz5G7gtLemwlY1prQvCxIxpuyclo+1LN68j2H9o=";
4141
};
4242

4343
postPatch = ''

0 commit comments

Comments
 (0)