python3Packages.uncompyle6: 3.7.4 -> 3.8.0

This commit is contained in:
Ryan Burns 2021-10-31 16:14:44 -07:00
parent a45bb60ece
commit d68cb2ac45

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "uncompyle6";
version = "3.7.4";
version = "3.8.0";
disabled = pythonAtLeast "3.9"; # See: https://github.com/rocky/python-uncompyle6/issues/331
src = fetchPypi {
inherit pname version;
sha256 = "af8330861bf940e7a3ae0f06d129b8e645191a36bf73ca15ff51997a837d41f8";
sha256 = "sha256-YgYzYY9t/B8+eBh+Igk014/8Y5wOOdrsofxTWquBcBQ=";
};
checkInputs = [ nose pytest hypothesis six ];