enum4linux-ng: 1.3.5 -> 1.3.7

This commit is contained in:
R. Ryantm
2025-09-25 23:26:07 +00:00
parent 5afaa3672f
commit 2460a6b62a
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "enum4linux-ng";
version = "1.3.5";
version = "1.3.7";
pyproject = true;
src = fetchFromGitHub {
owner = "cddmp";
repo = "enum4linux-ng";
tag = "v${version}";
hash = "sha256-jwwBYpzMjaVVojMB1udkinNQDiOXPKWbOwIsWHlhWw4=";
hash = "sha256-Crd5sc0sYvYufN0bK4Qh7iSy22utQet6X1UlPlS48XI=";
};
build-system = with python3.pkgs; [ setuptools ];