Loading pkgs/development/python-modules/pylitterbot/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -16,16 +16,16 @@ uv-dynamic-versioning, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pylitterbot"; version = "2025.3.0"; version = "2025.3.2"; pyproject = true; src = fetchFromGitHub { owner = "natekspencer"; repo = "pylitterbot"; tag = version; hash = "sha256-EK2QiQMHhA69p7xnyeYE+kru0k7eL9EilkAUAN6LukU="; tag = "v${finalAttrs.version}"; hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo="; }; build-system = [ Loading Loading @@ -54,8 +54,8 @@ buildPythonPackage rec { meta = { description = "Modulefor controlling a Litter-Robot"; homepage = "https://github.com/natekspencer/pylitterbot"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${src.tag}"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pylitterbot/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -16,16 +16,16 @@ uv-dynamic-versioning, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pylitterbot"; version = "2025.3.0"; version = "2025.3.2"; pyproject = true; src = fetchFromGitHub { owner = "natekspencer"; repo = "pylitterbot"; tag = version; hash = "sha256-EK2QiQMHhA69p7xnyeYE+kru0k7eL9EilkAUAN6LukU="; tag = "v${finalAttrs.version}"; hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo="; }; build-system = [ Loading Loading @@ -54,8 +54,8 @@ buildPythonPackage rec { meta = { description = "Modulefor controlling a Litter-Robot"; homepage = "https://github.com/natekspencer/pylitterbot"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${src.tag}"; changelog = "https://github.com/natekspencer/pylitterbot/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })