1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-denote-org: Update to 0.2.1.

* gnu/packages/emacs-xyz.scm (emacs-denote-org): Update to 0.2.1.

Change-Id: I5fbf71bc9af234f6f832fff83feac88e2ba16241
This commit is contained in:
Nicolas Goaziou
2026-02-02 22:58:28 +01:00
parent a8ef69d20a
commit 7c8178ca7d

View File

@@ -21725,14 +21725,14 @@ view your Denote directory.")
(define-public emacs-denote-org
(package
(name "emacs-denote-org")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/denote-org-" version
".tar"))
(sha256
(base32 "05jyy4gmd4nhgbh0cfjnjspwjzdkrljgl12wygqlai4d4hpv54mr"))))
(base32 "1cs1ml38xhj0c921qdsvqhqg42lm5r0qb7nf7sj1krvw1r9913bn"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs (list emacs-denote))