python311Packages.r2pipe: 1.8.4 -> 1.8.8

This commit is contained in:
R. Ryantm
2024-01-19 19:55:41 +00:00
parent 4e8cc56b97
commit e7089d9dcd
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.8.4";
version = "1.8.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-dy0+q1i/rE+eIQUZXX9S4y2RiOBM0Kc49PqdvtFAE90=";
hash = "sha256-wAOmO5bev1zgPcJoiqKlS4anUKayo8HsncQXM+b1clQ=";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't