python38Packages.lazr-uri: 1.0.5 -> 1.0.6

This commit is contained in:
R. RyanTM 2021-09-14 09:26:49 +00:00
parent 6f5e9a6f7b
commit 19310411f5

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "lazr.uri";
version = "1.0.5";
version = "1.0.6";
disabled = isPy27; # namespace is broken for python2
src = fetchPypi {
inherit pname version;
sha256 = "f36e7e40d5f8f2cf20ff2c81784a14a546e6c19c216d40a6617ebe0c96c92c49";
sha256 = "5026853fcbf6f91d5a6b11ea7860a641fe27b36d4172c731f4aa16b900cf8464";
};
propagatedBuildInputs = [ setuptools ];