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