python3Packages.sfrbox-api: 0.0.11 -> 0.0.12 (#422510)
This commit is contained in:
commit
341b73b1cc
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user