From 914f05b35cc4cb7f3eaf90fe0fa12fd9bf5d85e1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Jul 2023 22:34:05 +0200 Subject: [PATCH] python311Packages.pylitterbot: 2023.4.2 -> 2023.4.3 Diff: https://github.com/natekspencer/pylitterbot/compare/refs/tags/v2023.4.2...v2023.4.3 Changelog: https://github.com/natekspencer/pylitterbot/releases/tag/v2023.4.3 --- 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 0734c006f55..4f70a25afab 100644 --- a/pkgs/development/python-modules/pylitterbot/default.nix +++ b/pkgs/development/python-modules/pylitterbot/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pylitterbot"; - version = "2023.4.2"; + version = "2023.4.3"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "natekspencer"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-zB/LJGEPJ3uZEoVQiLQUCWqLo9YLXN6vge3RhIwA5D4="; + hash = "sha256-pUtOLQ4ftG0tYPued12CqKGt3LKyfmLPxIYKvkYg1nI="; }; nativeBuildInputs = [