Skip to content

Commit

Permalink
Revert "python: pamqp: 2.3.0 -> 3.0.1"
Browse files Browse the repository at this point in the history
No version of pythonPackages.rabbitpy currently exists that supports 3.0.1

This reverts commit 4250cde.
  • Loading branch information
risicle authored and Jon committed Sep 23, 2020
1 parent 983f322 commit 178d1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pamqp/default.nix
Expand Up @@ -9,12 +9,12 @@
}:

buildPythonPackage rec {
version = "3.0.1";
version = "2.3.0";
pname = "pamqp";

src = fetchPypi {
inherit pname version;
sha256 = "0a9b49bde3f554ec49b47ebdb789133979985f24d5f4698935ed589a2d4392a4";
sha256 = "1s4lwbsiikz3czqad7jarb7k303q0wamla0rirghvwl9bslgbl2w";
};

buildInputs = [ mock nose pep8 pylint mccabe ];
Expand Down

0 comments on commit 178d1b1

Please sign in to comment.