Unverified Commit 0bf8be5e authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

khard: 0.19.1 -> 0.20.0 (#428566)

parents c4d6db9d 8b79ece5
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