Merge pull request #87425 from r-ryantm/auto-update/python2.7-rope

This commit is contained in:
Jörg Thalheim 2020-06-16 15:54:03 +01:00 committed by GitHub
commit a74ee60feb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "rope";
version = "0.16.0";
version = "0.17.0";
disabled = pythonAtLeast "3.8"; # 0.17 should support Python 3.8
src = fetchPypi {
inherit pname version;
sha256 = "1zlxdrs6ww2hm41izz67h67z9dkm0rlgw8m04vygaip0q91030yj";
sha256 = "1qa9nqryp05ah9b4r8cy5ph31kr9cm4ak79pvzbg7p23bxqdd2k5";
};
checkInputs = [ nose ];