From 282b445f8aff258d873d80f4913e0df20f332ecc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 Jan 2025 00:16:55 +0100 Subject: [PATCH] python311Packages.angr: 9.2.135 -> 9.2.136 Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.135...v9.2.136 --- pkgs/development/python-modules/angr/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/angr/default.nix b/pkgs/development/python-modules/angr/default.nix index 21497a0c61a2..c1e40334a9be 100644 --- a/pkgs/development/python-modules/angr/default.nix +++ b/pkgs/development/python-modules/angr/default.nix @@ -36,7 +36,7 @@ buildPythonPackage rec { pname = "angr"; - version = "9.2.135"; + version = "9.2.136"; pyproject = true; disabled = pythonOlder "3.11"; @@ -45,7 +45,7 @@ buildPythonPackage rec { owner = "angr"; repo = "angr"; tag = "v${version}"; - hash = "sha256-jxCcftc9sVuEp7VoUTNiGGhLR9HBYmjQqHBn/UXIlNY="; + hash = "sha256-KEAB+dHZlBQuKfsllF1BPg3eqKO9EklIvUU7jy0ljYs="; }; postPatch = ''