From c61ba4d3def0ca701674eb1e87aa279069856a61 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Wed, 17 Oct 2018 13:30:07 +0000 Subject: [PATCH] pythonPackages.autobahn: 18.8.2 -> 18.9.2 --- 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 01922f98c40..4105a5d965f 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.2"; + version = "18.9.2"; src = fetchPypi { inherit pname version; - sha256 = "448df2e241011ea2948799918930042d81e63d26b01912c472f5a9a37f42f319"; + sha256 = "1mhj64rsnbi6rc0hskmllw280rvd99z045p6dq8h0mw60r7r52yr"; }; propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++