khard: 0.11.4 -> 0.12.2
This commit is contained in:
parent
9d0e4c0e5d
commit
8155a2446f
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, fetchFromGitHub, glibcLocales, python3Packages }:
|
{ stdenv, fetchurl, fetchFromGitHub, glibcLocales, python3Packages }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
version = "0.11.4";
|
version = "0.12.2";
|
||||||
name = "khard-${version}";
|
name = "khard-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
|
url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
|
||||||
sha256 = "1hngg3z5cdjny7wdf2mf9wv35ffx7ivpq6mx7kgqf40fr5905l0r";
|
sha256 = "0lxcvzmafpvqcifgq2xjh1ca07z0vhihn5jnw8zrpmsqdc9p6b4j";
|
||||||
};
|
};
|
||||||
|
|
||||||
# setup.py reads the UTF-8 encoded readme.
|
# setup.py reads the UTF-8 encoded readme.
|
||||||
@ -19,7 +19,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
configobj
|
configobj
|
||||||
vobject
|
vobject
|
||||||
argparse
|
argparse
|
||||||
pyyaml
|
ruamel_yaml
|
||||||
|
ruamel_base
|
||||||
|
unidecode
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fails; but there are no tests anyway.
|
# Fails; but there are no tests anyway.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user