Skip to content

Commit 51309d8

Browse files
committed
python3Packages.aiogram: 3.19.0 -> 3.20.0.post0
1 parent ce4e21e commit 51309d8

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.19.0";
31+
version = "3.20.0.post0";
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-xdDQjH/HUVNJgSxjrqXNgc+hOKuiusAH00PRMRD+8Dw=";
40+
hash = "sha256-OQH5wes2RGSbT9GPKcZVVxpsFbtOnXd6aAeYfQST1Xs=";
4141
};
4242

4343
build-system = [ hatchling ];

0 commit comments

Comments
 (0)