python311Packages.claripy: 9.2.78 -> 9.2.79

Diff: https://github.com/angr/claripy/compare/refs/tags/v9.2.78...v9.2.79
This commit is contained in:
Fabian Affolter 2023-11-30 20:58:07 +01:00
parent ba342d01ab
commit f2f7cf6e5a

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.78";
version = "9.2.79";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "claripy";
rev = "refs/tags/v${version}";
hash = "sha256-p/wbcrZhBhwF/wHgPYaYq8pdUq0UF5Gs6O2B2e8Sr2Q=";
hash = "sha256-N2w4djqJ9r2inLHwhyqNVUqjrlKVo75BblN5xURkMIc=";
};
nativeBuildInputs = [