python36Packages.uncompyle6: 3.2.3 -> 3.2.4

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.6-uncompyle6/versions
This commit is contained in:
R. RyanTM 2018-11-08 16:09:31 -08:00
parent a054d74507
commit ac079732ce

View File

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