me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-journal: Update to 2.2.0.

* gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.2.0.
master
Nicolas Goaziou 2023-03-10 19:02:28 +01:00
parent 77b7f8a228
commit f0ed0aba98
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -33496,7 +33496,7 @@ Files} (@url{http://tools.ietf.org/html/rfc4180}).")
(define-public emacs-org-journal
(package
(name "emacs-org-journal")
(version "2.1.2")
(version "2.2.0")
(source
(origin
(method git-fetch)
@ -33505,7 +33505,7 @@ Files} (@url{http://tools.ietf.org/html/rfc4180}).")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0s82sh2svc0mzr1ak414n5r2j0dmwvvyx4swk2c61zivc2gjd778"))))
(base32 "0vbafihx0p7prxkhssv32spz4kz0f0xglwyimz0lvh7nqqs83i50"))))
(build-system emacs-build-system)
(home-page "https://github.com/bastibe/org-journal")
(synopsis "Simple Org mode journaling mode")