From d72794bf324402810ac6ada47ee88d7ce9ee381f Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 13 Aug 2018 09:22:20 +0200 Subject: [PATCH] python: autobahn: 18.6.1 -> 18.7.1 --- pkgs/development/python-modules/autobahn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/autobahn/default.nix b/pkgs/development/python-modules/autobahn/default.nix index 30479ce8266a..fac9fe48d5e2 100644 --- a/pkgs/development/python-modules/autobahn/default.nix +++ b/pkgs/development/python-modules/autobahn/default.nix @@ -5,11 +5,11 @@ }: buildPythonPackage rec { pname = "autobahn"; - version = "18.6.1"; + version = "18.7.1"; src = fetchPypi { inherit pname version; - sha256 = "2f41bfc512ec482044fa8cfa74182118dedd87e03b3494472d9ff1b5a1e27d24"; + sha256 = "163dd329c2a29f4ef82f7fe85a6f6e654a2aa6837bd83834cf537e4efa9204be"; }; # Upstream claim python2 support, but tests require pytest-asyncio which