mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-org-journal: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.2.0.
This commit is contained in:
parent
77b7f8a228
commit
f0ed0aba98
1 changed files with 2 additions and 2 deletions
|
@ -33496,7 +33496,7 @@ (define-public emacs-csv
|
|||
(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 @@ (define-public emacs-org-journal
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue