gnu: emacs-org-caldav: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-caldav): Update to 3.0. Change-Id: Idb8d9a8e1f9613c2c86552373f5c708df5dc1da0
This commit is contained in:
parent
f879d5a03b
commit
08a926a6b0
1 changed files with 3 additions and 4 deletions
|
@ -26174,11 +26174,10 @@ 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 "8569941a0a5a9393ba51afc8923fd7b77b73fa7a")
|
(let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-caldav")
|
(name "emacs-org-caldav")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26187,7 +26186,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 "05lgxqaffnqaqnzl24frafdkskran88hl2ml05qvyjhs4jjbgw9g"))))
|
(base32 "0vx465di6imfxmxxkhd8lsdgywyz3gnindg0fyvb2zshg3zz80bg"))))
|
||||||
(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.
|
||||||
|
|
Reference in a new issue