python310Packages.r2pipe: 1.7.2 -> 1.7.3
This commit is contained in:
parent
092d8e3d4e
commit
0c2299c331
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "r2pipe";
|
pname = "r2pipe";
|
||||||
version = "1.7.2";
|
version = "1.7.3";
|
||||||
|
|
||||||
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 = "sha256-XoYIZWlIN54O/8LHre8Ut+2neLER/g7bYBD9+xNCkAU=";
|
sha256 = "sha256-zhKV0+467xFpzmSDswIWPEGpks0X/F+ecBWPWpvakik=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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