python310Packages.uritools: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm 2023-09-06 16:46:07 +00:00
parent de60da9773
commit a5d934a15d

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "uritools";
version = "4.0.1";
version = "4.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-78XDpt4FQEhQaFqNPzTahHa1aqNRb7+O/1yHBMeigm8=";
hash = "sha256-BN8reH0Ot2IA6DGTgqA1Yvv+R0H9ZsFVBrCNO4IR1XM=";
};
pythonImportsCheck = [