khard: 0.19.1 -> 0.20.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user