ropgadget: 6.9 -> 7.0

This commit is contained in:
R. Ryantm
2022-09-01 17:00:14 +00:00
committed by Benno Fünfstück
parent 6c72819686
commit bc96815777

View File

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