python.pkgs.r2pipe: 1.3.1 -> 1.4.1 (#63646)

This commit is contained in:
Timo Kaufmann 2019-06-22 10:56:46 +02:00 committed by GitHub
parent 426028047d
commit db3fed28e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "r2pipe";
version = "1.3.1";
version = "1.4.1";
postPatch = let
r2lib = "${lib.getOutput "lib" radare2}/lib";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0xvv12q3cwbibim3r97dsz6lbj7xxhlbq7fdm4pznwfzg803cmiv";
sha256 = "02r2xrnanzp7iskqbq8flzhc4d56hlzyf3qwqp3azys838y0kcyy";
};
# Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't