python37Packages.uncompyle6: 3.7.3 -> 3.7.4

gstqt5
R. RyanTM 2020-10-16 20:44:37 +00:00 committed by Jon
parent f886c4f282
commit 8133b9cb5f
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "uncompyle6";
version = "3.7.3";
version = "3.7.4";
src = fetchPypi {
inherit pname version;
sha256 = "a45f98f40edb47c2a0e2786ffe7d68fc2cb4ad05b2efcb50e95c337f6ecae353";
sha256 = "af8330861bf940e7a3ae0f06d129b8e645191a36bf73ca15ff51997a837d41f8";
};
checkInputs = [ nose pytest hypothesis six ];