python3Packages.angrop: 9.0.9506 -> 9.0.9572

This commit is contained in:
Fabian Affolter 2021-08-25 08:51:34 +02:00
parent cf32a8e5fa
commit 0bd9ae367f

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.0.9506";
version = "9.0.9572";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dTaTtiMzIm9PfVkjAED9x9zae+vdRcl1kDMtqUWvpkA=";
sha256 = "sha256-R4i7hQGwc74/szehcWBjkC6b9DsblluHKWxEk0iSFRI=";
};
propagatedBuildInputs = [