Skip to content

Commit

Permalink
Merge pull request #86008 from ryneeverett/python-stem-unbroken2
Browse files Browse the repository at this point in the history
[20.03] pythonPackages.stem: unbroken
  • Loading branch information
worldofpeace committed Apr 25, 2020
2 parents 4786f8e + e349f5c commit 6c2e7b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/stem/default.nix
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "stem";
version = "1.7.1";
version = "1.8.0";

src = fetchPypi {
inherit pname version;
sha256 = "18lc95pmc7i089nlsb06dsxyjl5wbhxfqgdxbjcia35ndh8z7sn9";
sha256 = "1hk8alc0r4m669ggngdfvryndd0fbx0w62sclcmg55af4ak8xd50";
};

postPatch = ''
Expand All @@ -26,6 +26,5 @@ buildPythonPackage rec {
homepage = https://stem.torproject.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ phreedom ];
broken = true;
};
}

0 comments on commit 6c2e7b2

Please sign in to comment.