Merge pull request #49961 from r-ryantm/auto-update/python3.6-uncompyle6

python36Packages.uncompyle6: 3.2.3 -> 3.2.4
This commit is contained in:
Jörg Thalheim 2018-11-09 16:15:52 +00:00 committed by GitHub
commit 47746cfee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];