python310Packages.claripy: 9.2.29 -> 9.2.30

Diff: https://github.com/angr/claripy/compare/v9.2.29...v9.2.30
This commit is contained in:
Fabian Affolter
2022-12-21 08:24:56 +01:00
parent 489566cfe3
commit 059f81e38e
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.29";
version = "9.2.30";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-X2c1TVbf/KTUOfjQ8Izt+vyxhQrAki3hCBBwKxgkxbw=";
hash = "sha256-cN9Mfi572JFH3lfgLp9nnkO+wOUmDfiEtqZUA0U2JEw=";
};
nativeBuildInputs = [