Merge pull request #66090 from r-ryantm/auto-update/python3.7-parse_type

python37Packages.parse-type: 0.4.2 -> 0.5.2
This commit is contained in:
Mario Rodas 2019-08-05 19:35:43 -05:00 committed by GitHub
commit 1c37892fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "parse_type";
version = "0.4.2";
version = "0.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "0g3b6gsdwnm8dpkh2vn34q6dzxm9gl908ggyzcv31n9xbp3vv5pm";
sha256 = "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz";
};
checkInputs = [ pytest pytestrunner ];