Loading pkgs/development/python-modules/pylitterbot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pylitterbot"; version = "2023.5.1"; version = "2024.0.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; hash = "sha256-Mpqa7pMxnFdSL1KGTUbgjh1zd8bAcoyzgxRZZ4SGfYc="; hash = "sha256-9ipFayi9y/eND2q3Sz8J9B0OogkMDg73Q2+Pm3ujQ1w="; }; pythonRelaxDeps = [ "deepdiff" ]; Loading Loading @@ -55,7 +55,7 @@ buildPythonPackage rec { meta = with lib; { description = "Modulefor controlling a Litter-Robot"; homepage = "https://github.com/natekspencer/pylitterbot"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/v${version}"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pylitterbot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pylitterbot"; version = "2023.5.1"; version = "2024.0.0"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; hash = "sha256-Mpqa7pMxnFdSL1KGTUbgjh1zd8bAcoyzgxRZZ4SGfYc="; hash = "sha256-9ipFayi9y/eND2q3Sz8J9B0OogkMDg73Q2+Pm3ujQ1w="; }; pythonRelaxDeps = [ "deepdiff" ]; Loading Loading @@ -55,7 +55,7 @@ buildPythonPackage rec { meta = with lib; { description = "Modulefor controlling a Litter-Robot"; homepage = "https://github.com/natekspencer/pylitterbot"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/v${version}"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading