python312Packages.pyqodeng-angr: 0.0.11 -> 0.0.13

Diff: https://github.com/angr/pyqodeng/compare/refs/tags/v0.0.11...v0.0.13

Changelog: https://github.com/angr/pyqodeng/blob/refs/tags/v0.0.13/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2025-11-16 02:45:44 +01:00
parent 756a67ba99
commit 889f487a1e
@@ -9,19 +9,18 @@
pytest-xdist,
qtpy,
setuptools,
wheel,
}:
buildPythonPackage rec {
pname = "pyqodeng-angr";
version = "0.0.11";
version = "0.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "angr";
repo = "pyqodeng";
tag = "v${version}";
hash = "sha256-QA/h5CHGrv3HYIrRaJ1Eq+iXXmQ6dYbq2zixeO9rS1c=";
hash = "sha256-t4LcPVQfktAaTqTr9L2VDCEHbSO7qxCvUDz6rj0Zre4=";
};
postPatch = ''
@@ -52,7 +51,7 @@ buildPythonPackage rec {
meta = {
description = "Angr's fork of pyQode.core, used as part of angr management";
homepage = "https://github.com/angr/pyqodeng";
changelog = "https://github.com/angr/pyqodeng/blob/${src.rev}/CHANGELOG.rst";
changelog = "https://github.com/angr/pyqodeng/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ scoder12 ];
};