python3Packages.pyghidra: 3.0.2 -> 3.1.0 (#520075)

This commit is contained in:
Fabian Affolter
2026-05-14 21:59:06 +00:00
committed by GitHub
@@ -11,12 +11,12 @@
buildPythonPackage (finalAttrs: {
pname = "pyghidra";
version = "3.0.2";
version = "3.1.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-ea1P1XHjLzQ88/zb2E/G4zPvGiZHWjqPcrYpqfPIedo=";
hash = "sha256-IQasEx65pJkKee6E3C05p5LPey0N5eqvGw5tfS0pC7Y=";
};
pythonRelaxDeps = [ "jpype1" ];