python313Packages.pyflipper: 0.18-unstable-2024-04-15 -> 0.21

Diff: https://github.com/wh00hw/pyFlipper/compare/refs/tags/v0.18-unstable-2024-04-15...refs/tags/v0.21

Changelog: https://github.com/wh00hw/pyFlipper/releases/tag/v0.21
This commit is contained in:
Fabian Affolter 2025-08-14 09:15:12 +02:00
parent d0d8ab7e3c
commit cfd970e992

View File

@ -8,9 +8,9 @@
websocket-client,
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "pyflipper";
version = "0.18-unstable-2024-04-15";
version = "0.21";
pyproject = true;
disabled = pythonOlder "3.10";
@ -18,9 +18,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "wh00hw";
repo = "pyFlipper";
# https://github.com/wh00hw/pyFlipper/issues/20
rev = "e8a82a25eb766fac53a2e6e5fff6505f60cf0897";
hash = "sha256-CQ6oVVkLxyoNoe7L0USfal1980VkfiuHc4cqXTsZ2Jc=";
tag = "v${version}";
hash = "sha256-IMd9RzGblfsyDH4TC+ip5a2zx4gzXbzjIaWMldEy5xk=";
};
build-system = [ setuptools ];
@ -38,6 +37,7 @@ buildPythonPackage {
meta = {
description = "Flipper Zero Python CLI Wrapper";
homepage = "https://github.com/wh00hw/pyFlipper";
changelog = "https://github.com/wh00hw/pyFlipper/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ siraben ];
};