lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #141110 from r-ryantm/auto-update/python3.8-r2pipe

python38Packages.r2pipe: 1.6.2 -> 1.6.4

authored by

Timo Kaufmann and committed by
GitHub
4dc76e66 3dbcbd1b

+2 -2
+2 -2
pkgs/development/python-modules/r2pipe/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "r2pipe"; 12 - version = "1.6.2"; 12 + version = "1.6.4"; 13 13 14 14 postPatch = let 15 15 r2lib = "${lib.getOutput "lib" radare2}/lib"; ··· 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - sha256 = "088e1a0778f8021af90b9458c9b706ae3d303a3e6a5064e1ca25d4fd737dc3c7"; 30 + sha256 = "a79877781b8e8e9bd5612faebd3991d75d7189f2941021d2adea9b4b4c5b9b7b"; 31 31 }; 32 32 33 33 # Tiny sanity check to make sure r2pipe finds radare2 (since r2pipe doesn't