From 7cbd2aa998f6f7fc2fe206230f770ec392af6782 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 23:09:40 +0200 Subject: [PATCH] python313Packages.pylitterbot: 2024.2.3 -> 2024.2.4 Diff: https://github.com/natekspencer/pylitterbot/compare/v2024.2.3...v2024.2.4 Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2024.2.4 --- 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 696b3e20142a..ceef62732855 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.2.3"; + version = "2024.2.4"; pyproject = true; disabled = pythonOlder "3.10"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "natekspencer"; repo = "pylitterbot"; tag = "v${version}"; - hash = "sha256-r0Nd9xDj6l913ofu7jeBbCud01yw/lgiHO1L6XN9B+Y="; + hash = "sha256-/GN2b4rlE6j60O5ZxH8I58qwcZewAYJu0EHwQ7mrdBY="; }; pythonRelaxDeps = [ "deepdiff" ];