python310Packages.angr: 9.2.13 -> 9.2.14

This commit is contained in:
Fabian Affolter 2022-08-17 16:12:10 +02:00
parent e094abb002
commit c68e496f8e

View file

@ -46,7 +46,7 @@ in
buildPythonPackage rec {
pname = "angr";
version = "9.2.13";
version = "9.2.14";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-yEYqwyRJ/LN9q0f5vJIVMnVXQxRht73zDifWeevGc80=";
hash = "sha256-lxquiow2hI0xqdPLyZTZtxIo5nR60OtJV/kf6ukGF4c=";
};
propagatedBuildInputs = [