lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.lazr-uri: 1.0.5 -> 1.0.6

+2 -2
+2 -2
pkgs/development/python-modules/lazr-uri/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "lazr.uri"; 10 - version = "1.0.5"; 10 + version = "1.0.6"; 11 11 12 12 disabled = isPy27; # namespace is broken for python2 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "f36e7e40d5f8f2cf20ff2c81784a14a546e6c19c216d40a6617ebe0c96c92c49"; 16 + sha256 = "5026853fcbf6f91d5a6b11ea7860a641fe27b36d4172c731f4aa16b900cf8464"; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ setuptools ];