summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-10-06 12:55:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-10-13 09:50:15 +0200
commit7e3a047cb85fb04667198ef26351a78d6f41a218 (patch)
tree790b61f004a48498d69125cbdc7df5dda38318ad
parentc26359c1eb2643b34698b1272e8b516e4384affe (diff)
downloadnixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.tar
nixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.tar.gz
nixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.tar.bz2
nixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.tar.lz
nixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.tar.xz
nixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.tar.zst
nixlib-7e3a047cb85fb04667198ef26351a78d6f41a218.zip
python: autobahn: 18.8.1 -> 18.8.2
-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 f618b05373a7..01922f98c402 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.8.1";
+  version = "18.8.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b69858e0be4bff8437b0bd82a0db1cbef7405e16bd9354ba587c043d6d5e1ad9";
+    sha256 = "448df2e241011ea2948799918930042d81e63d26b01912c472f5a9a37f42f319";
   };
 
   propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++