Merge pull request #220459 from r-ryantm/auto-update/python310Packages.r2pipe

python310Packages.r2pipe: 1.7.4 -> 1.8.0
This commit is contained in:
Timo Kaufmann 2023-03-10 15:52:27 +01:00 committed by GitHub
commit 76d58a2faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.7.4";
version = "1.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-bmr9/iqlp5GghY6DOpFhBH3k69ErqR3DHx7iAu3m6f0=";
sha256 = "sha256-T1w4QG0KBPBekETd+nMNbvPF2mgBZgQ/jhWcP9694mg=";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't