Skip to content

Commit cd006f9

Browse files
authored
python312Packages.sfrbox-api: 0.0.9 -> 0.0.10 (#340134)
https://github.com/hacf-fr/sfrbox-api/releases/tag/v0.0.10
1 parent 68b67cf commit cd006f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/development/python-modules/sfrbox-api/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515

1616
buildPythonPackage rec {
1717
pname = "sfrbox-api";
18-
version = "0.0.9";
18+
version = "0.0.10";
1919
pyproject = true;
2020

21-
disabled = pythonOlder "3.8";
21+
disabled = pythonOlder "3.9";
2222

2323
src = fetchFromGitHub {
2424
owner = "hacf-fr";
2525
repo = "sfrbox-api";
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-rMfX9vA8IuWxXvVs4WYNHO6neeoie/3gABwhXyJoAF8=";
27+
hash = "sha256-xvtusgqCseXAmiPQBFFZnRS9KmuhzHhZUAj5aaqyFrE=";
2828
};
2929

3030
pythonRelaxDeps = [
3131
"defusedxml"
3232
"pydantic"
3333
];
3434

35-
nativeBuildInputs = [ poetry-core ];
35+
build-system = [ poetry-core ];
3636

37-
propagatedBuildInputs = [
37+
dependencies = [
3838
defusedxml
3939
httpx
4040
pydantic
@@ -54,10 +54,10 @@ buildPythonPackage rec {
5454

5555
meta = with lib; {
5656
description = "Module for the SFR Box API";
57-
mainProgram = "sfrbox-api";
5857
homepage = "https://github.com/hacf-fr/sfrbox-api";
5958
changelog = "https://github.com/hacf-fr/sfrbox-api/releases/tag/v${version}";
6059
license = licenses.mit;
6160
maintainers = with maintainers; [ fab ];
61+
mainProgram = "sfrbox-api";
6262
};
6363
}

0 commit comments

Comments
 (0)