summary refs log tree commit diff
path: root/pkgs/development/python-modules/graph-tool
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-24 19:39:19 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-26 09:35:17 +0100
commit79e90ca154946bcecf3866254b3e67cab0cfcca5 (patch)
treee496794a83e02118e59dc1d5c6fe7aee286f4cc0 /pkgs/development/python-modules/graph-tool
parentebf55b6f1f948bb5ddb025b0678519754a6f1d28 (diff)
downloadnixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.tar
nixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.tar.gz
nixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.tar.bz2
nixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.tar.lz
nixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.tar.xz
nixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.tar.zst
nixpkgs-79e90ca154946bcecf3866254b3e67cab0cfcca5.zip
python37Packages.graph-tool: 2.26 -> 2.27
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-graph-tool/versions
Diffstat (limited to 'pkgs/development/python-modules/graph-tool')
-rw-r--r--pkgs/development/python-modules/graph-tool/2.x.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/graph-tool/2.x.x.nix b/pkgs/development/python-modules/graph-tool/2.x.x.nix
index 7c83039ecdb..d58ec269054 100644
--- a/pkgs/development/python-modules/graph-tool/2.x.x.nix
+++ b/pkgs/development/python-modules/graph-tool/2.x.x.nix
@@ -8,7 +8,7 @@
 buildPythonPackage rec {
   pname = "graph-tool";
   format = "other";
-  version = "2.26";
+  version = "2.27";
 
   meta = with stdenv.lib; {
     description = "Python module for manipulation and statistical analysis of graphs";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
 
   src = fetchurl {
     url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
-    sha256 = "0w7pd2h8ayr88kjl82c8fdshnk6f3xslc77gy7ma09zkbvf76qnz";
+    sha256 = "04s31qwlfcl7bwsggnic8gqcqmx2wsrmfw77nf7vzgnz42bwch27";
   };
 
   patches = [