python311Packages.angr: 9.2.62 -> 9.2.63

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.62...v9.2.63
This commit is contained in:
Fabian Affolter 2023-08-09 08:28:57 +02:00
parent b6e230c490
commit 82e8c01da8

View file

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