python312Packages.ropgadget: 7.4 -> 7.5

This commit is contained in:
R. Ryantm
2024-10-03 16:23:02 +00:00
parent abf4ea19eb
commit e40c8a0d7d
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ropgadget";
version = "7.4";
version = "7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "JonathanSalwan";
repo = "ROPgadget";
rev = "refs/tags/v${version}";
hash = "sha256-6m8opcTM4vrK+VCPXxNhZttUq6YmS8swLUDhjyfinWE=";
hash = "sha256-n7nVtR2HMAZeeSX/hNtDzmpEsnHbgDNO5gdzmPrgSuk=";
};
propagatedBuildInputs = [ capstone ];