Skip to content

Commit

Permalink
python312Packages.aiogram: 3.13.0 -> 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 23, 2024
1 parent 9d33e49 commit 3b6cd82
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.13.0";
version = "3.13.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-P/W47IhVL7wvYI+v6OvnFJt79KPrgY6d1jdOk477MdM=";
hash = "sha256-uTFh1ncIPF9SmAEVGeBnXEKrYzgifZan1sxk5UiG92U=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 3b6cd82

Please sign in to comment.