mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #248173 from r-ryantm/auto-update/python310Packages.rzpipe
python310Packages.rzpipe: 0.5.1 -> 0.6.0
This commit is contained in:
commit
ac8b5d85b5
1 changed files with 4 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue