python3Packages.angrop: 9.0.10576 -> 9.0.10651

This commit is contained in:
Fabian Affolter 2021-11-24 10:24:38 +01:00
parent c3fa653919
commit e73fecb257

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.0.10576";
version = "9.0.10651";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-i4F6VyJYJ6XON9G43Z2VwWAPHGRxR9DzxnEDGiJ8LSE=";
sha256 = "sha256-tJ+yeaBI4eBxvvN2rqAfun3aSxDLrSFtfu00d4O1sak=";
};
propagatedBuildInputs = [