2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 01:54:34 +00:00

python311Packages.angr: 9.2.60 -> 9.2.61

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.60...v9.2.61
This commit is contained in:
Fabian Affolter 2023-07-26 21:02:42 +02:00
parent 0b4e09d65e
commit b263d359cd

View File

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