python38Packages.r2pipe: 1.6.2 -> 1.6.4

This commit is contained in:
R. RyanTM 2021-10-09 14:20:01 +00:00
parent a111e246c8
commit b060f936a3

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.6.2";
version = "1.6.4";
postPatch = let
r2lib = "${lib.getOutput "lib" radare2}/lib";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "088e1a0778f8021af90b9458c9b706ae3d303a3e6a5064e1ca25d4fd737dc3c7";
sha256 = "a79877781b8e8e9bd5612faebd3991d75d7189f2941021d2adea9b4b4c5b9b7b";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't