python3Packages.aiomisc: 17.10.3 -> 18.0.26

Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-08-24 12:34:27 +02:00
parent 1652f6d6f9
commit 09fc1dfd42

View File

@@ -3,6 +3,7 @@
stdenv,
aiocontextvars,
aiohttp,
aiothreads,
async-timeout,
buildPythonPackage,
colorlog,
@@ -21,12 +22,12 @@
buildPythonPackage (finalAttrs: {
pname = "aiomisc";
version = "17.10.3";
version = "18.0.26";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-24ka982Wx4Bk2TlWuw6pvfRLh47l8QJvHD+sc+LOxVY=";
hash = "sha256-wsTl43LQHMyHSMKlZzCV5KmcdUMJQA51ZljBuLMiUTg=";
};
build-system = [
@@ -35,6 +36,7 @@ buildPythonPackage (finalAttrs: {
];
dependencies = [
aiothreads
colorlog
]
++ lib.optionals stdenv.hostPlatform.isLinux [ logging-journald ];