python3Packages.pywerview: 0.7.4 -> 0.7.5 (#471215)

This commit is contained in:
Fabian Affolter
2025-12-16 09:14:52 +00:00
committed by GitHub
@@ -8,22 +8,19 @@
lxml,
pyasn1,
pycryptodome,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "pywerview";
version = "0.7.4";
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "the-useless-one";
repo = "pywerview";
tag = "v${version}";
hash = "sha256-PJCJyutlHApiA+5CxIpYzC13MSwd2n5zm+ZkJUppDTg=";
hash = "sha256-wl7/u9Uja/FflO3tN3UyanX2LIRG417RfWdyZCtUtGs=";
};
build-system = [ setuptools ];
@@ -49,7 +46,7 @@ buildPythonPackage rec {
meta = {
description = "Module for PowerSploit's PowerView support";
homepage = "https://github.com/the-useless-one/pywerview";
changelog = "https://github.com/the-useless-one/pywerview/releases/tag/v${version}";
changelog = "https://github.com/the-useless-one/pywerview/releases/tag/${src.tag}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "pywerview";