Merge pull request #205818 from DamienCassou/khard-0.18.0
This commit is contained in:
commit
ad7c286a43
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ lib, python3 }:
|
{ lib, python3, khard, testers }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
version = "0.17.0";
|
version = "0.18.0";
|
||||||
pname = "khard";
|
pname = "khard";
|
||||||
|
|
||||||
src = python3.pkgs.fetchPypi {
|
src = python3.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "062nv4xkfsjc11k9m52dh6xjn9z68a4a6x1s8z05wwv4jbp1lkhn";
|
sha256 = "05860fdayqap128l7i6bcmi9kdyi2gx02g2pmh88d56xgysd927y";
|
||||||
};
|
};
|
||||||
|
|
||||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||||
|
@ -33,6 +33,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
pythonImportsCheck = [ "khard" ];
|
pythonImportsCheck = [ "khard" ];
|
||||||
|
|
||||||
|
passthru.tests.version = testers.testVersion { package = khard; };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/scheibler/khard";
|
homepage = "https://github.com/scheibler/khard";
|
||||||
description = "Console carddav client";
|
description = "Console carddav client";
|
||||||
|
|
Loading…
Reference in a new issue