Skip to content

Commit 41a8034

Browse files
authored
python313Packages.aiogram: 3.17.0 -> 3.18.0 (#383323)
2 parents 091da28 + c2a000e commit 41a8034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aiogram/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
buildPythonPackage rec {
3030
pname = "aiogram";
31-
version = "3.17.0";
31+
version = "3.18.0";
3232
pyproject = true;
3333

3434
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737
owner = "aiogram";
3838
repo = "aiogram";
3939
tag = "v${version}";
40-
hash = "sha256-47PWd1geTALgO7MDglHqaoMmZ+u1BnKSlj6Jxj7fkBQ=";
40+
hash = "sha256-3JyMkLixemKZN9XSpN/4SdpdYfR3WqGUKQ9Bfy6bB+Q=";
4141
};
4242

4343
build-system = [ hatchling ];

0 commit comments

Comments
 (0)