python310Packages.angr: 9.2.44 -> 9.2.45

This commit is contained in:
Fabian Affolter 2023-04-04 23:49:33 +02:00
parent 18f154b27d
commit 44b291cbec

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.44";
version = "9.2.45";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-o2jTRh8N7FfyewGy77+PuOMNZi+8BuuSwS88iTPWNxs=";
hash = "sha256-Wx+0C+Vx9D+uYlJm+TY5QF2KeESGPVvBGcC/lIm63L0=";
};
propagatedBuildInputs = [