Commit 8b79ece5 authored by Lucas Hoffmann's avatar Lucas Hoffmann
Browse files

khard: 0.19.1 -> 0.20.0

parent d84d0cc1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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