gnu: emacs-org-caldav: Update to 0.0.0-2-8569941.

* gnu/packages/emacs-xyz.scm (emacs-org-caldav): Update to 0.0.0-2-8569941.
This commit is contained in:
Nicolas Goaziou 2020-12-16 15:13:37 +01:00
parent b358a94e74
commit 6bbcfb73cd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17752,10 +17752,11 @@ be changed by customizing the appropriate variables.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-caldav (define-public emacs-org-caldav
(let ((commit "a563500c9884f38ce08793e2964f8274adde163d")) (let ((commit "8569941a0a5a9393ba51afc8923fd7b77b73fa7a")
(revision "2"))
(package (package
(name "emacs-org-caldav") (name "emacs-org-caldav")
(version (git-version "0.0.0" "1" commit)) (version (git-version "0.0.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17764,8 +17765,7 @@ be changed by customizing the appropriate variables.")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "05lgxqaffnqaqnzl24frafdkskran88hl2ml05qvyjhs4jjbgw9g"))))
"18qi1iv5dc0gsvkv9ifal3cjpm568nlb907v8a53cnm4439x1l0l"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
;; Tests require to have two specific calendars on a test server. ;; Tests require to have two specific calendars on a test server.