python37Packages.parse: 1.11.1 -> 1.12.0

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-parse/versions
This commit is contained in:
R. RyanTM 2019-04-15 19:30:37 -07:00
parent 993e2b4ec2
commit 6e54bd54b9

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 = ''