khal: 0.13.0 -> 0.14.0
Changelog: https://khal.readthedocs.io/en/v0.14.0/changelog.html#id2
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
glibcLocales,
|
||||
installShellFiles,
|
||||
python3Packages,
|
||||
@@ -11,25 +10,16 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "khal";
|
||||
version = "0.13.0";
|
||||
version = "0.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pimutils";
|
||||
repo = "khal";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-pbBdScyYQMdT2NjCk2dKPkR75Zcizzco2IkXpHkgPR8=";
|
||||
hash = "sha256-ltb2c9p/kD0PtYnLxRIm/SNlg+W+Vca6JSA7BahZ9uQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/pimutils/khal/pull/1418/
|
||||
(fetchpatch {
|
||||
name = "fix_calendar_popup";
|
||||
url = "https://github.com/pimutils/khal/commit/3fadf020bb65c9c95bba46b5d3695c2565cceacd.patch";
|
||||
hash = "sha256-KhqP0RLLOXm1d/4rCVAb5f7v0q7N0/U2iM23+TcnJhY=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
@@ -40,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
installShellFiles
|
||||
sphinxHook
|
||||
python3Packages.sphinx-rtd-theme
|
||||
python3Packages.sphinxcontrib-newsfeed
|
||||
python3Packages.sphinxfeed-lsaffre
|
||||
];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
|
||||
Reference in New Issue
Block a user