Merge pull request #91475 from r-ryantm/auto-update/python3.7-lazr.uri

python37Packages.lazr-uri: 1.0.3 -> 1.0.4
This commit is contained in:
Mario Rodas 2020-06-25 06:05:15 -05:00 committed by GitHub
commit ebc22da72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "lazr.uri";
version = "1.0.3";
version = "1.0.4";
disabled = isPy27; # namespace is broken for python2
src = fetchPypi {
inherit pname version;
sha256 = "5c620b5993c8c6a73084176bfc51de64972b8373620476ed841931a49752dc8b";
sha256 = "1griz2r0vhi9k91wfhlx5cx7y3slkfyzyqldaa9i0zp850iqz0q2";
};
propagatedBuildInputs = [ setuptools ];