python38Packages.r2pipe: 1.6.2 -> 1.6.4
This commit is contained in:
parent
a111e246c8
commit
b060f936a3
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "r2pipe";
|
pname = "r2pipe";
|
||||||
version = "1.6.2";
|
version = "1.6.4";
|
||||||
|
|
||||||
postPatch = let
|
postPatch = let
|
||||||
r2lib = "${lib.getOutput "lib" radare2}/lib";
|
r2lib = "${lib.getOutput "lib" radare2}/lib";
|
||||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "088e1a0778f8021af90b9458c9b706ae3d303a3e6a5064e1ca25d4fd737dc3c7";
|
sha256 = "a79877781b8e8e9bd5612faebd3991d75d7189f2941021d2adea9b4b4c5b9b7b";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't
|
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't
|
||||||
|
Loading…
Reference in New Issue
Block a user