python37Packages.uncompyle6: 3.6.1 -> 3.6.2
This commit is contained in:
parent
3ecc232829
commit
7cd39f9fd4
@ -11,11 +11,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uncompyle6";
|
pname = "uncompyle6";
|
||||||
version = "3.6.1";
|
version = "3.6.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f8c7ba2fd486d40d9a9fc1d6ab438588d7ce1be123aabf488736ff68a05f57f7";
|
sha256 = "aac071daef4b6cf95143ef08cd35d762a2bf2ea8249119a9371a91149c9996e7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose pytest hypothesis six ];
|
checkInputs = [ nose pytest hypothesis six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user