mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.aiogram: 3.14.0 -> 3.15.0
Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.14.0...v3.15.0 Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.15.0
This commit is contained in:
parent
96ae446175
commit
0b40beb7cd
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiogram";
|
pname = "aiogram";
|
||||||
version = "3.14.0";
|
version = "3.15.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -37,7 +37,7 @@ buildPythonPackage rec {
|
|||||||
owner = "aiogram";
|
owner = "aiogram";
|
||||||
repo = "aiogram";
|
repo = "aiogram";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-SEq88e5MLNqssJhxPPwI2ZdpNdTCBomNpI0xmbmz3Pw=";
|
hash = "sha256-heCebvYP1rrExuD7tAMwSsBsds0cbsPvzHLUtBjNwW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
Loading…
Reference in New Issue
Block a user