From 7e223e610a6a7a7d732c9cc140a9409254bbbeba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 14 Jan 2024 18:13:48 +0100 Subject: [PATCH] python311Packages.aiogram: 3.2.0 -> 3.3.0 Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.2.0...v3.3.0 Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.3.0 --- pkgs/development/python-modules/aiogram/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index 0dc72bc2006a..e2da72982ca8 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "aiogram"; - version = "3.2.0"; + version = "3.3.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "aiogram"; repo = "aiogram"; rev = "refs/tags/v${version}"; - hash = "sha256-8SYrg+gfNSTR0CTPf4cYDa4bfA0LPBmZtPcATF22fqw="; + hash = "sha256-TD4pDmM899zBOxllM0iju2u6IhmXxLYWBpjfWhewVFc="; }; nativeBuildInputs = [