python310Packages.angr: 9.2.52 -> 9.2.53

This commit is contained in:
Fabian Affolter 2023-05-30 23:31:35 +02:00
parent 88f72b8a9d
commit b3ec334e71

View file

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.52";
version = "9.2.53";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-EjCy8p4rqhoZx2W+8VutZj9o1WsMuH7ftfuKr1pw6YM=";
hash = "sha256-6WNzsojnYoxiykE5Jv7sw13u+L6i0NpRuE50+hV0G5Q=";
};
propagatedBuildInputs = [