From 889f487a1efe570b267d69d3736014cc0ad2044c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Mar 2025 22:02:02 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/pyqodeng-angr/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pyqodeng-angr/default.nix b/pkgs/development/python-modules/pyqodeng-angr/default.nix index d0a57da32491..13013db56184 100644 --- a/pkgs/development/python-modules/pyqodeng-angr/default.nix +++ b/pkgs/development/python-modules/pyqodeng-angr/default.nix @@ -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 ]; };