python37Packages.uncompyle6: 3.2.4 -> 3.2.5 (#54064)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-uncompyle6/versions
This commit is contained in:
R. RyanTM 2019-01-16 08:05:41 -08:00 committed by Robert Schütz
parent 08f446b541
commit 5847c734f6

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "uncompyle6";
version = "3.2.4";
version = "3.2.5";
src = fetchPypi {
inherit pname version;
sha256 = "0lv0ks7w5bsl8bndm6ikl4yprkq2ps23y409ldlycrvlggjg44y5";
sha256 = "1z4489grxc06pxmfy63b6x6h54p05fhbigvrrgr1kvdciy2nvz04";
};
checkInputs = [ nose pytest hypothesis six ];