mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
python312Packages.aiortm: 0.9.42 -> 0.9.43
Diff: https://github.com/MartinHjelmare/aiortm/compare/refs/tags/v0.9.42...v0.9.43 Changelog: https://github.com/MartinHjelmare/aiortm/blob/v0.9.43/CHANGELOG.md
This commit is contained in:
parent
7f6f4d968d
commit
f7ebac2152
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiortm";
|
||||
version = "0.9.42";
|
||||
version = "0.9.43";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "MartinHjelmare";
|
||||
repo = "aiortm";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-4UN96ZpXssCsYh/UmCaPud+bqgw9ckqofyifvIohBBk=";
|
||||
hash = "sha256-MyeD0SNVHhIPn3KcBfLO5msmwrFRMyIhW8LxUVsHU0o=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "typer" ];
|
||||
|
Loading…
Reference in New Issue
Block a user