python37Packages.uncompyle6: 3.6.1 -> 3.6.2

This commit is contained in:
Mario Rodas 2020-01-07 21:12:28 -05:00
parent 3ecc232829
commit 7cd39f9fd4
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "uncompyle6";
version = "3.6.1";
version = "3.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "f8c7ba2fd486d40d9a9fc1d6ab438588d7ce1be123aabf488736ff68a05f57f7";
sha256 = "aac071daef4b6cf95143ef08cd35d762a2bf2ea8249119a9371a91149c9996e7";
};
checkInputs = [ nose pytest hypothesis six ];