khard: 0.11.4 -> 0.12.2

This commit is contained in:
Matthias Beyer 2018-02-21 14:08:51 +01:00
parent 9d0e4c0e5d
commit 8155a2446f

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, fetchFromGitHub, glibcLocales, python3Packages }:
python3Packages.buildPythonApplication rec {
version = "0.11.4";
version = "0.12.2";
name = "khard-${version}";
namePrefix = "";
src = fetchurl {
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
sha256 = "1hngg3z5cdjny7wdf2mf9wv35ffx7ivpq6mx7kgqf40fr5905l0r";
sha256 = "0lxcvzmafpvqcifgq2xjh1ca07z0vhihn5jnw8zrpmsqdc9p6b4j";
};
# setup.py reads the UTF-8 encoded readme.
@ -19,7 +19,9 @@ python3Packages.buildPythonApplication rec {
configobj
vobject
argparse
pyyaml
ruamel_yaml
ruamel_base
unidecode
];
# Fails; but there are no tests anyway.