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
This commit is contained in:
R. RyanTM 2018-12-24 19:39:19 -08:00 committed by Frederik Rietdijk
parent ebf55b6f1f
commit 79e90ca154

View File

@ -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 = [