gnu: emacs-org-journal: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.2.0.master
parent
77b7f8a228
commit
f0ed0aba98
|
@ -33496,7 +33496,7 @@ Files} (@url{http://tools.ietf.org/html/rfc4180}).")
|
||||||
(define-public emacs-org-journal
|
(define-public emacs-org-journal
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-journal")
|
(name "emacs-org-journal")
|
||||||
(version "2.1.2")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -33505,7 +33505,7 @@ Files} (@url{http://tools.ietf.org/html/rfc4180}).")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s82sh2svc0mzr1ak414n5r2j0dmwvvyx4swk2c61zivc2gjd778"))))
|
(base32 "0vbafihx0p7prxkhssv32spz4kz0f0xglwyimz0lvh7nqqs83i50"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/bastibe/org-journal")
|
(home-page "https://github.com/bastibe/org-journal")
|
||||||
(synopsis "Simple Org mode journaling mode")
|
(synopsis "Simple Org mode journaling mode")
|
||||||
|
|
Reference in New Issue