python310Packages.r2pipe: 1.8.2 -> 1.8.4

This commit is contained in:
R. Ryantm
2023-12-22 09:42:14 +00:00
parent 1bf9271a09
commit abda3d04e4
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.8.2";
version = "1.8.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-JloEScP6pvUcIdL7VidD60hFPCSqOByMDttDUwDJkxs=";
hash = "sha256-dy0+q1i/rE+eIQUZXX9S4y2RiOBM0Kc49PqdvtFAE90=";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't