1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: emacs-denote-journal: Update to 0.2.0.

* gnu/packages/emacs-xyz.scm (emacs-denote-journal): Update to 0.2.0.

Change-Id: I75003b26f53a251a5a037ea26d0aed5845264872
This commit is contained in:
Nicolas Goaziou
2025-10-29 11:45:04 +01:00
parent d84122fa90
commit cb98735d48
+2 -2
View File
@@ -20792,14 +20792,14 @@ such files while providing facilities to link between them.")
(define-public emacs-denote-journal
(package
(name "emacs-denote-journal")
(version "0.1.1")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/denote-journal-"
version ".tar"))
(sha256
(base32 "0922hjzah7nz49z3q3qyq06n77yqxd7mxiw7fmawavjh920dv3fq"))))
(base32 "0pg471rfmc0i08igx2d8qp27qfz78c2zy07c19y5hks6iw0bayvr"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-denote))
(home-page "https://github.com/protesilaos/denote-journal")