python: uncompyle6: 3.5.0 -> 3.5.1

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:39 +01:00
parent 4bea2501c2
commit b9af475684

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