python310Packages.angr: 9.2.49 -> 9.2.50

This commit is contained in:
Fabian Affolter 2023-05-10 08:14:40 +02:00
parent 46c218f9d8
commit bc75ed903e

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.49";
version = "9.2.50";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6SHg1topRXQlZ2kDCcOyPbNpGl7Na9vcOgOthQ44tCs=";
hash = "sha256-lsQ0pMabd1nC9ysR38u2rlGOGY+onk3qV1V68AZBQy4=";
};
propagatedBuildInputs = [