diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-11-08 11:52:20 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-11-08 15:20:45 +0100 |
commit | 08a926a6b0323e29d2feb2119cc25e536eef0f2e (patch) | |
tree | d6d22a25b83cd45b5d926c9cddac01d7fc0477a4 /gnu/packages/emacs-xyz.scm | |
parent | f879d5a03b59d3dab0ded356925f4bdc288690c9 (diff) | |
download | guix-08a926a6b0323e29d2feb2119cc25e536eef0f2e.tar.gz |
gnu: emacs-org-caldav: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-caldav): Update to 3.0. Change-Id: Idb8d9a8e1f9613c2c86552373f5c708df5dc1da0
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index dfc959ca0a..880d4bf788 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26174,11 +26174,10 @@ be changed by customizing the appropriate variables.") (license license:gpl3+))) (define-public emacs-org-caldav - (let ((commit "8569941a0a5a9393ba51afc8923fd7b77b73fa7a") - (revision "2")) + (let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump (package (name "emacs-org-caldav") - (version (git-version "0.0.0" revision commit)) + (version "3.0") (source (origin (method git-fetch) @@ -26187,7 +26186,7 @@ be changed by customizing the appropriate variables.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "05lgxqaffnqaqnzl24frafdkskran88hl2ml05qvyjhs4jjbgw9g")))) + (base32 "0vx465di6imfxmxxkhd8lsdgywyz3gnindg0fyvb2zshg3zz80bg")))) (build-system emacs-build-system) (arguments ;; Tests require to have two specific calendars on a test server. |