khard: 0.19.1 -> 0.20.0

This commit is contained in:
Lucas Hoffmann
2025-07-26 12:05:32 +02:00
parent d84d0cc12a
commit 8b79ece5e9
+3 -3
View File
@@ -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