From af83d8a1a4921d7cdcba38120b9910907e22d046 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Jun 2024 10:54:27 +0200 Subject: [PATCH] python312Packages.claripy: 9.2.105 -> 9.2.106 Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.105...v9.2.106 --- pkgs/development/python-modules/claripy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/claripy/default.nix b/pkgs/development/python-modules/claripy/default.nix index d1187561caf1..e520483a1786 100644 --- a/pkgs/development/python-modules/claripy/default.nix +++ b/pkgs/development/python-modules/claripy/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "claripy"; - version = "9.2.105"; + version = "9.2.106"; pyproject = true; disabled = pythonOlder "3.11"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "angr"; repo = "claripy"; rev = "refs/tags/v${version}"; - hash = "sha256-Jiv8j6lpNaQjPFSaWUiakxQnh67EvTtE+WxjB3E06LY="; + hash = "sha256-y3r0/FU8GcVMv+wnccCB/SUBS+TC22S3qp4Awbhoung="; }; # z3 does not provide a dist-info, so python-runtime-deps-check will fail