python3Packages.aiogram: 3.0.0 -> 3.2.0

https://github.com/aiogram/aiogram/releases/tag/v3.2.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:17:14 +01:00
parent 86932be437
commit a178fe2886
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.0.0";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-bWwK761gn7HsR9ObcBDfvQH0fJfTAo0QAcL/HcNdHik=";
hash = "sha256-8SYrg+gfNSTR0CTPf4cYDa4bfA0LPBmZtPcATF22fqw=";
};
postPatch = ''