gnu: emacs-org-journal: Update to 2.1.2.
* gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.1.2.
This commit is contained in:
parent
652b2be2b5
commit
e6554523af
1 changed files with 2 additions and 2 deletions
|
@ -25867,7 +25867,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.1")
|
(version "2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -25876,7 +25876,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 "1p9i6v3bwi1ab576vc9qg1ki91197d6nkkg857s52zsan1zlkzzw"))))
|
(base32 "0s82sh2svc0mzr1ak414n5r2j0dmwvvyx4swk2c61zivc2gjd778"))))
|
||||||
(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 a new issue