python310Packages.angrop: 9.2.1 -> 9.2.2

This commit is contained in:
Fabian Affolter
2022-05-06 08:39:07 +02:00
parent 2a83b508f6
commit a19c0bc451
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.2.1";
version = "9.2.2";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-VhlsRd5IN8zF6aUU5Ji/ULkdecOpR+egU3vhYpi+KL8=";
hash = "sha256-LCgY/eOtRulnMeYt96ZYI8vPyyM+jxjlkxTd8Cmnfe0=";
};
propagatedBuildInputs = [