mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
python312Packages.aiortm: 0.9.17 -> 0.9.21
Diff: https://github.com/MartinHjelmare/aiortm/compare/refs/tags/v0.9.17...v0.9.21 Changelog: https://github.com/MartinHjelmare/aiortm/blob/v0.9.21/CHANGELOG.md
This commit is contained in:
parent
5584e3590e
commit
a20f676bb4
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiortm";
|
||||
version = "0.9.17";
|
||||
version = "0.9.21";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "MartinHjelmare";
|
||||
repo = "aiortm";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-mn0BXKfDbbLPt11uhF1laL2F/OA7+w1vHM5SaCQWJRw=";
|
||||
hash = "sha256-jRsriLdSLrX8TzU4DgUKGmazN9hYbWPjE383VCulNgU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "typer" ];
|
||||
|
Loading…
Reference in New Issue
Block a user