Merge pull request #59663 from r-ryantm/auto-update/python3.7-parse

python37Packages.parse: 1.11.1 -> 1.12.0
This commit is contained in:
Mario Rodas 2019-04-18 10:45:45 -05:00 committed by GitHub
commit 02b59817e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
}:
buildPythonPackage rec {
pname = "parse";
version = "1.11.1";
version = "1.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "870dd675c1ee8951db3e29b81ebe44fd131e3eb8c03a79483a58ea574f3145c2";
sha256 = "0hkic57kaxd5s56ylbwslmngqnpab864mjj8c0ayawfk6is6as0v";
};
checkPhase = ''