Unverified Commit e848b608 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #206247 from r-ryantm/auto-update/python310Packages.r2pipe

python310Packages.r2pipe: 1.7.3 -> 1.7.4
parents c7c950be fa16b0da
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -5,11 +5,15 @@
, fetchPypi
, radare2
, coreutils
, pythonOlder
}:

buildPythonPackage rec {
  pname = "r2pipe";
  version = "1.7.3";
  version = "1.7.4";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  postPatch = let
    r2lib = "${lib.getOutput "lib" radare2}/lib";
@@ -27,7 +31,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-zhKV0+467xFpzmSDswIWPEGpks0X/F+ecBWPWpvakik=";
    sha256 = "sha256-bmr9/iqlp5GghY6DOpFhBH3k69ErqR3DHx7iAu3m6f0=";
  };

  # Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't