Merge pull request #266622 from r-ryantm/auto-update/python311Packages.r2pipe

python311Packages.r2pipe: 1.8.0 -> 1.8.2
This commit is contained in:
Weijia Wang
2023-12-08 18:31:56 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.8.0";
version = "1.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-T1w4QG0KBPBekETd+nMNbvPF2mgBZgQ/jhWcP9694mg=";
hash = "sha256-JloEScP6pvUcIdL7VidD60hFPCSqOByMDttDUwDJkxs=";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't