python3Packages.pyghidra: 3.0.2 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-05-14 10:55:34 +00:00
parent 62b115397a
commit 78bcabd270
@@ -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" ];