From 839faaead943b6ad2104e588c0aec2cdaaeb5aec Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jun 2025 08:39:59 +0200 Subject: [PATCH] python313Packages.pylitterbot: 2024.0.0 -> 2024.1.0 Diff: https://github.com/natekspencer/pylitterbot/compare/refs/tags/v2024.0.0...refs/tags/v2024.1.0 Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2024.1.0 --- 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 d1ec5eecb494..d8f8da03ac98 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.0.0"; + version = "2024.1.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; - hash = "sha256-9ipFayi9y/eND2q3Sz8J9B0OogkMDg73Q2+Pm3ujQ1w="; + hash = "sha256-fX6m6K8FaqTbyAKl21L59b5eMw7iw2x95OVFQK3rEVA="; }; pythonRelaxDeps = [ "deepdiff" ];