about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlbert Peschar <albert@peschar.net>2017-08-15 10:02:16 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-24 19:48:31 +0200
commitf2cdc1e5c25504e6407eb84dc492a2b71fd3a0a8 (patch)
tree1a14b38ac88c84f82982a8f7f84c0c3b994bdf74
parent72d6389ca16dfe224d0456146d3009f00dc36a17 (diff)
twisted: update to 17.5.0
-rw-r--r--pkgs/development/python-modules/twisted/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix
index 6898863e8afc7..66a6022802fb2 100644
--- a/pkgs/development/python-modules/twisted/default.nix
+++ b/pkgs/development/python-modules/twisted/default.nix
@@ -1,17 +1,17 @@
 { stdenv, buildPythonPackage, fetchurl, python,
-  zope_interface, incremental, automat, constantly
+  zope_interface, incremental, automat, constantly, hyperlink
 }:
 buildPythonPackage rec {
   pname = "Twisted";
   name = "${pname}-${version}";
-  version = "17.1.0";
+  version = "17.5.0";
 
   src = fetchurl {
     url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
-    sha256 = "1p245mg15hkxp7hy5cyq2fgvlgjkb4cg0gwkwd148nzy1bbi3wnv";
+    sha256 = "1sh2h23nnizcdyrl2rn7zxijglikxwz7z7grqpvq496zy2aa967i";
   };
 
-  propagatedBuildInputs = [ zope_interface incremental automat constantly ];
+  propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink ];
 
   # Patch t.p._inotify to point to libc. Without this,
   # twisted.python.runtime.platform.supportsINotify() == False