Skip to content

Commit

Permalink
Merge pull request NixOS#317666 from fabaff/aiogram-bump
Browse files Browse the repository at this point in the history
python312Packages.aiogram: 3.6.0 -> 3.7.0
  • Loading branch information
sikmir authored Jun 6, 2024
2 parents 04e2d75 + 592e688 commit 4caa960
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/aiogram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
gitUpdater,
hatchling,
magic-filter,
motor,
pycryptodomex,
pydantic,
pymongo,
pytest-aiohttp,
pytest-asyncio,
pytest-lazy-fixture,
Expand All @@ -25,7 +27,7 @@

buildPythonPackage rec {
pname = "aiogram";
version = "3.6.0";
version = "3.7.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -34,7 +36,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-8hbB6/j9mWONFNpQuC3p91xnHR/74TWA9Cq8E+Gsnlw=";
hash = "sha256-GIfujywp+yYRQ4xm6O5GgTCMn6I3TSYE5epaqhMGGnE=";
};

build-system = [ hatchling ];
Expand All @@ -55,7 +57,9 @@ buildPythonPackage rec {
nativeCheckInputs = [
aiohttp-socks
aresponses
motor
pycryptodomex
pymongo
pytest-aiohttp
pytest-asyncio
pytest-lazy-fixture
Expand Down

0 comments on commit 4caa960

Please sign in to comment.