From 8b79ece5e9fdc8a897d09c5aa466842490fe9ad2 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sat, 26 Jul 2025 12:05:32 +0200 Subject: [PATCH] khard: 0.19.1 -> 0.20.0 --- pkgs/by-name/kh/khard/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/kh/khard/package.nix b/pkgs/by-name/kh/khard/package.nix index 3853b99e1a04..978358d80429 100644 --- a/pkgs/by-name/kh/khard/package.nix +++ b/pkgs/by-name/kh/khard/package.nix @@ -8,18 +8,19 @@ python3.pkgs.buildPythonApplication rec { pname = "khard"; - version = "0.19.1"; + version = "0.20.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-WfMKDaPD2j6wT02+GO5HY5E7aF2Z7IQY/VdKiMSRxJA="; + hash = "sha256-F48yzPAcBQtc2ec2KCWD3ppkRf2Y4AOI33kiB2KbvdA="; }; build-system = with python3.pkgs; [ setuptools setuptools-scm sphinxHook + sphinx-argparse sphinx-autoapi sphinx-autodoc-typehints ]; @@ -27,7 +28,6 @@ python3.pkgs.buildPythonApplication rec { sphinxBuilders = [ "man" ]; dependencies = with python3.pkgs; [ - atomicwrites configobj ruamel-yaml unidecode