python3Packages.angr: 9.0.6852 -> 9.0.6885

This commit is contained in:
Fabian Affolter 2021-04-27 22:08:24 +02:00
parent 589e8ae855
commit 9d97b74194
1 changed files with 2 additions and 2 deletions

View File

@ -42,14 +42,14 @@ in
buildPythonPackage rec {
pname = "angr";
version = "9.0.6852";
version = "9.0.6885";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-8BN706jqflhKmHVLQ1Y0k3GMScB1Hs5E/zndgq0sXB8=";
sha256 = "sha256-+d1CtouaGv2GussG3QlQMzX0qcmJht9V3QW8RwH6da8=";
};
propagatedBuildInputs = [