python311Packages.claripy: 9.2.58 -> 9.2.59

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.58...v9.2.59
This commit is contained in:
Fabian Affolter
2023-07-12 19:19:53 +02:00
parent 7bd0f4d053
commit 04c828f215
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.58";
version = "9.2.59";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-G6ROgRdpMZZWNQEv0JlmDs/g687uHNW4FoposdSsxVQ=";
hash = "sha256-QVbLliWVY8Si1dcIhCroYH+uF6nxrTKFsRmxP62AfPI=";
};
nativeBuildInputs = [