python3Packages.sfrbox-api: 0.0.11 -> 0.0.12 (#422510)

This commit is contained in:
Fabian Affolter 2025-07-04 23:32:08 +02:00 committed by GitHub
commit 341b73b1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "sfrbox-api";
version = "0.0.11";
version = "0.0.12";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "hacf-fr";
repo = "sfrbox-api";
tag = "v${version}";
hash = "sha256-Ec3UOserFijBK6goyM6AMOekfLgjBq8l/9sMKYnj240=";
hash = "sha256-LUQwBzNNuH+hBAGAF7Qcc22I6u53rh+RDRrUuy9xhu8=";
};
pythonRelaxDeps = [
@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for the SFR Box API";
homepage = "https://github.com/hacf-fr/sfrbox-api";
changelog = "https://github.com/hacf-fr/sfrbox-api/releases/tag/v${version}";
changelog = "https://github.com/hacf-fr/sfrbox-api/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "sfrbox-api";