1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 23:48:52 +02:00

gnu: emacs-denote-markdown: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-denote-markdown): Update to 0.2.2.

Change-Id: Ica4ed880c6a22d316b430f0012427c0f2860b7ee
This commit is contained in:
Nicolas Goaziou
2026-05-01 22:18:42 +02:00
parent 72ea63ae59
commit 123766c20e
+2 -2
View File
@@ -22319,14 +22319,14 @@ to streamline the journaling workflow.")
(define-public emacs-denote-markdown
(package
(name "emacs-denote-markdown")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/denote-markdown-"
version ".tar"))
(sha256
(base32 "1vrnvrcqdwvczls6dc351izvv2ljva3g4si9k6k177pr0r7cvpgv"))))
(base32 "1nb5rcjgkhw3nl2jva6lyblmfsl24cdryx3c16w8ydbx6fswhjpj"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-denote))
(home-page "https://github.com/protesilaos/denote-markdown")