python311Packages.r2pipe: 1.8.0 -> 1.8.2

This commit is contained in:
R. Ryantm
2023-11-10 08:12:08 +00:00
parent f3565a2c08
commit ff7bd7ab1f
@@ -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