python312Packages.pywerview: 0.6.1 -> 0.7.0
Diff: https://github.com/the-useless-one/pywerview/compare/refs/tags/v0.6.1...v0.7.0 Changelog: https://github.com/the-useless-one/pywerview/releases/tag/v0.7.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
gssapi,
|
||||
impacket,
|
||||
ldap3,
|
||||
ldap3-bleeding-edge,
|
||||
lxml,
|
||||
pyasn1,
|
||||
pycryptodome,
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pywerview";
|
||||
version = "0.6.1";
|
||||
version = "0.7.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -24,16 +24,16 @@ buildPythonPackage rec {
|
||||
owner = "the-useless-one";
|
||||
repo = "pywerview";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-hsilBqk73txYIlgRtbn/l/kWORMGft7ne5BffchDLPc=";
|
||||
hash = "sha256-G4kcKlb6bq9Vx52MVZ+DCN5k1QcvkoMXm9P959nA1fI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
beautifulsoup4
|
||||
gssapi
|
||||
impacket
|
||||
ldap3
|
||||
ldap3-bleeding-edge
|
||||
lxml
|
||||
pycryptodome
|
||||
pyasn1
|
||||
@@ -46,10 +46,10 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Module for PowerSploit's PowerView support";
|
||||
mainProgram = "pywerview";
|
||||
homepage = "https://github.com/the-useless-one/pywerview";
|
||||
changelog = "https://github.com/the-useless-one/pywerview/releases/tag/v${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "pywerview";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user