python311Packages.angr: 9.2.61 -> 9.2.62

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.61...v9.2.62
This commit is contained in:
Fabian Affolter 2023-08-01 21:28:57 +02:00
parent 1ac4d37ced
commit e56e36571b

View file

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.61";
version = "9.2.62";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8nGiGDohzxiFNyvMls9EeUxcV7iFIBS2YhaE6Hep0KU=";
hash = "sha256-GyX0LBXABRRQj3bVW8whxp2T5CSPnfI/Vjlj5V4MqrE=";
};
propagatedBuildInputs = [