enum4linux-ng: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2024-04-11 23:07:58 +00:00
parent c81c241415
commit c0dcad2a92
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "enum4linux-ng";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "cddmp";
repo = "enum4linux-ng";
rev = "refs/tags/v${version}";
hash = "sha256-O3TZcCn2kRLrMjQPVg8F5Q2ri968xRbXrdnfytfMkYM=";
hash = "sha256-VpNYgdgvsQG5UcxoyyLCj5ijJdIKKhCSqnHTvTgD4lA=";
};
build-system = with python3.pkgs; [