about summary refs log tree commit diff
path: root/pkgs/development/python-modules/twisted
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-12 18:47:08 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:33 +0200
commit587c2bd264bf65271b38038c3e32bf674b148e54 (patch)
tree385becdcd56fff3c2f7326a1bd190968268498ad /pkgs/development/python-modules/twisted
parent92e2164fc908281d748d2728c911a81c28946147 (diff)
python: Twisted: 17.9.0 -> 18.4.0
Diffstat (limited to 'pkgs/development/python-modules/twisted')
-rw-r--r--pkgs/development/python-modules/twisted/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/twisted/default.nix b/pkgs/development/python-modules/twisted/default.nix
index a064a7c98b417..4a23a1b88cbaa 100644
--- a/pkgs/development/python-modules/twisted/default.nix
+++ b/pkgs/development/python-modules/twisted/default.nix
@@ -14,11 +14,11 @@
 buildPythonPackage rec {
   pname = "Twisted";
   name = "${pname}-${version}";
-  version = "17.9.0";
+  version = "18.4.0";
 
   src = fetchurl {
     url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
-    sha256 = "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c";
+    sha256 = "a4cc164a781859c74de47f17f0e85f4bce8a3321a9d0892c015c8f80c4158ad9";
   };
 
   propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink ];