summary refs log tree commit diff
path: root/pkgs/development/python-modules/toposort
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-04 11:35:19 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-03 16:50:36 +0100
commitbb38682fe596395afc93a2f33cc0fb88f14af7d5 (patch)
tree93fe97797ac2222b11bdcd70cfff37073eb3ed68 /pkgs/development/python-modules/toposort
parenta14b488836b705dd671a09fed0873dfeee653708 (diff)
downloadnixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.tar
nixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.tar.gz
nixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.tar.bz2
nixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.tar.lz
nixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.tar.xz
nixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.tar.zst
nixpkgs-bb38682fe596395afc93a2f33cc0fb88f14af7d5.zip
python: toposort: 1.1 -> 1.5
Diffstat (limited to 'pkgs/development/python-modules/toposort')
-rw-r--r--pkgs/development/python-modules/toposort/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/toposort/default.nix b/pkgs/development/python-modules/toposort/default.nix
index 67b946b352f..3fcb118ac2a 100644
--- a/pkgs/development/python-modules/toposort/default.nix
+++ b/pkgs/development/python-modules/toposort/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "toposort";
-  version = "1.1";
+  version = "1.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1izmirbwmd9xrk7rq83p486cvnsslfa5ljvl7rijj1r64zkcnf3a";
+    sha256 = "dba5ae845296e3bf37b042c640870ffebcdeb8cd4df45adaa01d8c5476c557dd";
   };
 
   meta = with stdenv.lib; {