python: uncompyle6: 3.5.1 -> 3.6.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:24 +01:00
parent ca567bf690
commit 8162dd7848

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "uncompyle6";
version = "3.5.1";
version = "3.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "af6aea84ca42c889986f8baf86ccb9e3faae5ac1eaef470d2317dfe4131708b3";
sha256 = "4d35a3f7224ab2ee08aa4db59a8ad808eb710ce3bf5dd3c6b0996373994d6447";
};
checkInputs = [ nose pytest hypothesis six ];