Skip to content

Commit

Permalink
python312Packages.aiogram: 3.15.0 -> 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 25, 2024
1 parent a493935 commit 2cd7509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiogram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

buildPythonPackage rec {
pname = "aiogram";
version = "3.15.0";
version = "3.16.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-heCebvYP1rrExuD7tAMwSsBsds0cbsPvzHLUtBjNwW0=";
hash = "sha256-0kvGEispsDpeTM1NXYb9HylskDONHP48NBn+JyBhSJ4=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 2cd7509

Please sign in to comment.