python312Packages.claripy: 9.2.113 -> 9.2.114

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.113...v9.2.114
This commit is contained in:
Fabian Affolter 2024-08-08 00:27:48 +02:00
parent c2a7d214e2
commit 442a9c995a

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.113";
version = "9.2.114";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-lGXxu6xI0ndMH9/S8uQCqvpV0mStNzMsCT5mXjBgP9Q=";
hash = "sha256-VvYJQK2++wfH9aNR31Cbz8nQalWwbOwiE8YMOhAVG3c=";
};
# z3 does not provide a dist-info, so python-runtime-deps-check will fail