Merge pull request #176205 from r-ryantm/auto-update/python3.10-r2pipe

python310Packages.r2pipe: 1.6.5 -> 1.7.0
This commit is contained in:
Timo Kaufmann 2022-06-04 10:59:22 +02:00 committed by GitHub
commit 347bc72f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.6.5";
version = "1.7.0";
postPatch = let
r2lib = "${lib.getOutput "lib" radare2}/lib";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "512d2aca27c4515e55743852e0ab227190739d9595d2c4b6ae97b23d1a2bdd26";
sha256 = "sha256-VUYJm3tFyv/ws4nDHLuDgPQSGbB09hi8zrpAPDqoVbA=";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't