3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.r2pipe: 1.6.2 -> 1.6.4

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:15 +02:00
parent 6775cc40fa
commit a557aa0149

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