From 3402ec2496a3aee8abcc5dce032570ab34e3ae75 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Jan 2025 20:30:08 +0100 Subject: [PATCH] python313Packages.aiogram: 3.16.0 -> 3.17.0 Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.16.0...v3.17.0 Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.17.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 08acdfba4eb3..ca0248f8210d 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "aiogram"; - version = "3.16.0"; + version = "3.17.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -37,7 +37,7 @@ buildPythonPackage rec { owner = "aiogram"; repo = "aiogram"; tag = "v${version}"; - hash = "sha256-0kvGEispsDpeTM1NXYb9HylskDONHP48NBn+JyBhSJ4="; + hash = "sha256-47PWd1geTALgO7MDglHqaoMmZ+u1BnKSlj6Jxj7fkBQ="; }; build-system = [ hatchling ];