mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
python312Packages.r2pipe: 1.9.2 -> 1.9.4 (#328885)
This commit is contained in:
commit
4ed10b3ab3
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "r2pipe";
|
pname = "r2pipe";
|
||||||
version = "1.9.2";
|
version = "1.9.4";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-BNWP2uAJcEOCE92QakNI7Ils0iXRN5PUA9cSVrhDmx4=";
|
hash = "sha256-Ah3kb+Hk1pMlQ8D1SMPAISbL2n6TDG0Ih9ezmW7oIRk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 a new issue