mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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 }:
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user