ropgadget: 7.0 -> 7.1

This commit is contained in:
R. Ryantm 2022-09-13 08:21:21 +00:00 committed by Benno Fünfstück
parent d990f88f9f
commit 57ff571070

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "ropgadget";
version = "7.0";
version = "7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "JonathanSalwan";
repo = "ROPgadget";
rev = "refs/tags/v${version}";
hash = "sha256-7pGPi1efgxLoxoiqtxzfcSWuNw0otAVgamEzs8stBtc=";
hash = "sha256-eVRQQ8VmjT8wTpiTK2Emr1tEpSwFJPbMc1fa2Zh3mT0=";
};
propagatedBuildInputs = [