python310Packages.clize: 5.0.0 -> 5.0.2

This commit is contained in:
R. Ryantm 2023-07-15 13:03:21 +00:00
parent 27f58aceb0
commit 61bb4823fe

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "clize";
version = "5.0.0";
version = "5.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/cFpEvAN/Movd38xaE53Y+D9EYg/SFyHeqtlVUo1D0I=";
hash = "sha256-BH9aRHNgJxirG4VnKn4VMDOHF41agcJ13EKd+sHstRA=";
};
nativeBuildInputs = [