From 2995375c86371eccf186c7d69a16e78f4ceb161e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 18 Jun 2025 00:50:39 +0200 Subject: [PATCH] python313Packages.pylitterbot: 2024.1.0 -> 2024.2.1 Diff: https://github.com/natekspencer/pylitterbot/compare/refs/tags/v2024.1.0...refs/tags/v2024.2.1 Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2024.2.1 --- pkgs/development/python-modules/pylitterbot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pylitterbot/default.nix b/pkgs/development/python-modules/pylitterbot/default.nix index d8f8da03ac98..7f9d01ae3964 100644 --- a/pkgs/development/python-modules/pylitterbot/default.nix +++ b/pkgs/development/python-modules/pylitterbot/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pylitterbot"; - version = "2024.1.0"; + version = "2024.2.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; - hash = "sha256-fX6m6K8FaqTbyAKl21L59b5eMw7iw2x95OVFQK3rEVA="; + hash = "sha256-33LiWgI9E7/I6fyrdv+YXcw+gxUOsPZ0mYvEIF8/fOI="; }; pythonRelaxDeps = [ "deepdiff" ];