python310Packages.angrop: 9.2.4 -> 9.2.5

This commit is contained in:
Fabian Affolter 2022-05-25 00:22:10 +02:00
parent 04352ee92f
commit e4f6528248

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.2.4";
version = "9.2.5";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-EMW2RxImYoPSnkBG027g5o5K3WT40F/Dj+GzqS8/K6g=";
hash = "sha256-APm7+V0eLvgnPRzojQsfDPleEfrIssbgeUh5eugKiLM=";
};
propagatedBuildInputs = [