khard: 0.15.1 -> 0.16.0

This commit is contained in:
R. RyanTM 2020-04-05 22:44:43 +00:00
parent e50c67ad7e
commit 35f427d9d0

View File

@ -1,12 +1,12 @@
{ stdenv, glibcLocales, python3 }: { stdenv, glibcLocales, python3 }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
version = "0.15.1"; version = "0.16.0";
pname = "khard"; pname = "khard";
src = python3.pkgs.fetchPypi { src = python3.pkgs.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "18ba2xgfq8sw0bg6xmlfjpizid1hkzgswcfcc54gl21y2dwfda2w"; sha256 = "0a1zpkq0pplmn9flxczq2wafs6zc07r9xx9qi6dqmyv9mhy9d87f";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
''; '';
meta = { meta = {
homepage = https://github.com/scheibler/khard; homepage = "https://github.com/scheibler/khard";
description = "Console carddav client"; description = "Console carddav client";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ];