We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4e21e commit 51309d8Copy full SHA for 51309d8
pkgs/development/python-modules/aiogram/default.nix
@@ -28,7 +28,7 @@
28
29
buildPythonPackage rec {
30
pname = "aiogram";
31
- version = "3.19.0";
+ version = "3.20.0.post0";
32
pyproject = true;
33
34
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
37
owner = "aiogram";
38
repo = "aiogram";
39
tag = "v${version}";
40
- hash = "sha256-xdDQjH/HUVNJgSxjrqXNgc+hOKuiusAH00PRMRD+8Dw=";
+ hash = "sha256-OQH5wes2RGSbT9GPKcZVVxpsFbtOnXd6aAeYfQST1Xs=";
41
};
42
43
build-system = [ hatchling ];
0 commit comments