Skip to content

Commit

Permalink
khal: 0.10.5 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc authored and teto committed Apr 23, 2023
1 parent c35725f commit 5afaa90
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions pkgs/applications/misc/khal/default.nix
@@ -1,21 +1,20 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, glibcLocales
, installShellFiles
, python3
}:

python3.pkgs.buildPythonApplication rec {
pname = "khal";
version = "0.10.5";
version = "0.11.1";

src = fetchFromGitHub {
owner = "pimutils";
repo = pname;
rev = "v${version}";
hash = "sha256-FneJmoAOb7WjSgluCwlspf27IU3MsQZFKryL9OSSsUw=";
hash = "sha256-5wBKo24EKdEUoYhhv1EqMPOjdwUS31d3R24kLdbyvPA=";
};

SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand Down Expand Up @@ -55,18 +54,6 @@ python3.pkgs.buildPythonApplication rec {
vdirsyncer
];

patches = [
# Tests working with latest pytz version, https://github.com/pimutils/khal/pull/1183
(fetchpatch {
name = "support-later-pytz.patch";
url = "https://github.com/pimutils/khal/commit/53eb8a7426d5c09478c78d809c4df4391438e246.patch";
sha256 = "sha256-drGtvJlQ3qFUdeukRWCFycPSZGWG/FSRqnbwJzFKITc=";
excludes = [
"CHANGELOG.rst"
];
})
];

postInstall = ''
# shell completions
installShellCompletion --cmd khal \
Expand Down

0 comments on commit 5afaa90

Please sign in to comment.