python3Packages.claripy: 9.2.5 -> 9.2.6

This commit is contained in:
Fabian Affolter 2022-06-01 00:22:10 +02:00
parent 9bb7b7f9e3
commit ed0de8992c

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "claripy";
version = "9.2.5";
version = "9.2.6";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-o5aNHYysIpccWhf09xuJ1WT2Hac4OPyztnKqPne1Vng=";
hash = "sha256-mBpAwKUclwvgOeGD6BvPUKZHdjngfvuHdtKY3nx7jzM=";
};
propagatedBuildInputs = [