about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:10 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:14 +0100
commit720e12c5afd86a4ca36dc7f8f6b8ad0444007603 (patch)
tree3b56bf5d5caf8e7a98bf92caa829c88ab9da96b4
parent964cdc39d96933540cddf53da877a8316298c5d4 (diff)
python: autobahn: 18.10.1 -> 19.1.1
-rw-r--r--pkgs/development/python-modules/autobahn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/autobahn/default.nix b/pkgs/development/python-modules/autobahn/default.nix
index 0174bb3a02906..d2d1e48b4c62b 100644
--- a/pkgs/development/python-modules/autobahn/default.nix
+++ b/pkgs/development/python-modules/autobahn/default.nix
@@ -4,11 +4,11 @@
 }:
 buildPythonPackage rec {
   pname = "autobahn";
-  version = "18.10.1";
+  version = "19.1.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b5767bebd94ba13fc286604f889f208e7babc77d72d9f372d331bc14c89c5a40";
+    sha256 = "aebbadb700c13792a2967c79002855d1153b9ec8f2949d169e908388699596ff";
   };
 
   propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++