python3Packages.r2pipe: 1.5.3 -> 1.6.0

This commit is contained in:
Martin Weinelt
2021-09-05 14:58:04 +02:00
parent 9f95a62745
commit 04d30bfb22
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.5.3";
version = "1.6.0";
postPatch = let
r2lib = "${lib.getOutput "lib" radare2}/lib";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "8f3708195c8a6e91c5753940fd348cd821df1389d23b889b01b3e88acf407485";
sha256 = "f7d1f629130fac597dc444df57168cf011a18abb1be2f690c8993fc5fb4c78a0";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't