File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/development/python-modules/sfrbox-api Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments