Skip to content

Commit

Permalink
Revert "autobahn: 18.8.2 -> 18.9.2, txaio: 18.7.1 -> 18.8.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bw3b committed Oct 28, 2018
1 parent de8f3b4 commit 9af9662
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/autobahn/default.nix
Expand Up @@ -4,11 +4,11 @@
}:
buildPythonPackage rec {
pname = "autobahn";
version = "18.9.2";
version = "18.8.2";

src = fetchPypi {
inherit pname version;
sha256 = "1mhj64rsnbi6rc0hskmllw280rvd99z045p6dq8h0mw60r7r52yr";
sha256 = "448df2e241011ea2948799918930042d81e63d26b01912c472f5a9a37f42f319";
};

propagatedBuildInputs = [ six txaio twisted zope_interface cffi ] ++
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/txaio/default.nix
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "txaio";
version = "18.8.1";
version = "18.7.1";

src = fetchPypi {
inherit pname version;
sha256 = "1zmpdph6zddgrnkkcykh6qk5s46l7s5mzfqrh82m4b5iffn61qv7";
sha256 = "701de939e90bb80f7e085357081552437526752199def5541dddfc34c0b0593f";
};

checkInputs = [ pytest mock ];
Expand Down

0 comments on commit 9af9662

Please sign in to comment.