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

python311Packages.r2pipe: 1.8.4 -> 1.8.8
This commit is contained in:
Fabian Affolter 2024-01-20 08:42:03 +01:00 committed by GitHub
commit a67877ab24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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