Merge pull request #84553 from r-ryantm/auto-update/python2.7-pony

python27Packages.pony: 0.7.12 -> 0.7.13
This commit is contained in:
Ryan Mulligan 2020-04-07 09:57:18 -07:00 committed by GitHub
commit b37114b2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pony";
version = "0.7.12";
version = "0.7.13";
src = fetchPypi {
inherit pname version;
sha256 = "02njpqwfvzxj9icabil8ycmfx8avzih3g1kcdif290qgsy57a28r";
sha256 = "1fqc45m106xfy4hhzzwb8p7s2fh5x2x7s143dib84lbszqwp77la";
};
doCheck = true;