vermin: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-11-27 06:45:01 +00:00
parent fb451ae670
commit 8589cfadcb
+2 -2
View File
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "vermin";
version = "1.7.0";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "netromdk";
repo = "vermin";
rev = "v${version}";
hash = "sha256-9rEJSj/dsP6fMXTfbIhTMwfZnmfq9wdAE4mHdAxag7Y=";
hash = "sha256-UJAIwxCnI8gcEPgLep5sKHxcDtJFB65S7OA043VN5S8=";
};
build-system = with python3Packages; [