python3Packages.lizard: 1.21.6 -> 1.22.1

This commit is contained in:
R. Ryantm
2026-04-26 08:41:10 +00:00
parent 6453a034dc
commit 1b7fc1d90a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "lizard";
version = "1.21.6";
version = "1.22.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "terryyin";
repo = "lizard";
tag = version;
hash = "sha256-ZRXO9XijsZdtDffEvQ6iYVr8PKP93JD01L/bg9NOEpM=";
hash = "sha256-k4HrecW6577GaxEGlkKNtqrHP1cSWOvWN32EUNeOuSg=";
};
propagatedBuildInputs = [