summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/autobahn
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-04 20:01:41 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:34:52 +0200
commit162fa67587182db226c6af69dfcdc8b54d583151 (patch)
tree3c2653eed6420ac995869027868941269a169a3e /pkgs/development/python-modules/autobahn
parentpython: atomicwrites: 0.1.9 -> 1.1.5 (diff)
downloadnixpkgs-162fa67587182db226c6af69dfcdc8b54d583151.tar.gz
python: autobahn: 17.9.3 -> 18.3.1
Diffstat (limited to 'pkgs/development/python-modules/autobahn')
-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 69ee2b1b15f6..a48ab10474ed 100644
--- a/pkgs/development/python-modules/autobahn/default.nix
+++ b/pkgs/development/python-modules/autobahn/default.nix
@@ -6,11 +6,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "autobahn";
- version = "17.9.3";
+ version = "18.3.1";
src = fetchurl {
url = "mirror://pypi/a/${pname}/${name}.tar.gz";
- sha256 = "206a3a579a580ca3ce2532ac12ec52d447135c9ace7c4bf6065b832a7cff25ba";
+ sha256 = "fc1d38227bb44a453b54cffa48de8b2e6ce48ddc5e97fb5950b0faa27576f385";
};
# Upstream claim python2 support, but tests require pytest-asyncio which