Merge pull request #248173 from r-ryantm/auto-update/python310Packages.rzpipe

python310Packages.rzpipe: 0.5.1 -> 0.6.0
This commit is contained in:
Nick Cao 2023-08-09 23:06:34 -06:00 committed by GitHub
commit ac8b5d85b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,14 @@
buildPythonPackage rec {
pname = "rzpipe";
version = "0.5.1";
version = "0.6.0";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-0xbkdgMDiBwSzXmlVmRwHlLBgVmfZgmM8lQ4ALgmaBk=";
hash = "sha256-py4oiNp+WUcOGHn2AdHyIpgV8BsI8A1gtJi2joi1Wxc=";
};
# No native rz_core library
@ -25,6 +26,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python interface for rizin";
homepage = "https://rizin.re";
changelog = "https://github.com/rizinorg/rizin/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};