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.
2 parents 091da28 + c2a000e commit 41a8034Copy full SHA for 41a8034
pkgs/development/python-modules/aiogram/default.nix
@@ -28,7 +28,7 @@
28
29
buildPythonPackage rec {
30
pname = "aiogram";
31
- version = "3.17.0";
+ version = "3.18.0";
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-47PWd1geTALgO7MDglHqaoMmZ+u1BnKSlj6Jxj7fkBQ=";
+ hash = "sha256-3JyMkLixemKZN9XSpN/4SdpdYfR3WqGUKQ9Bfy6bB+Q=";
41
};
42
43
build-system = [ hatchling ];
0 commit comments