python3Packages.angrop: 9.0.10010 -> 9.0.10055

This commit is contained in:
Fabian Affolter 2021-09-28 22:23:15 +02:00
parent 566b883e50
commit be884abbd8

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.0.10010";
version = "9.0.10055";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VCVvJI98gyVZC2SPb5hd8FKLTYUhEILJtieb4IQGL2c=";
sha256 = "sha256-OAn57lt25ZmEU62pJLJd+3T0v2nCYRDnwuVhiZfA7Uk=";
};
propagatedBuildInputs = [