me
/
guix
Archived
1
0
Fork 0

gnu: emacs-denote: Update to 2.2.0.

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

Change-Id: I0552023075748b859dff361794726b7955873d0d
master
Nicolas Goaziou 2024-01-01 18:45:37 +01:00
parent 113cb79808
commit baea8607b6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17136,7 +17136,7 @@ you to deal with multiple log levels.")
(define-public emacs-denote
(package
(name "emacs-denote")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method git-fetch)
@ -17145,7 +17145,7 @@ you to deal with multiple log levels.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gfjckqh170z8slhm0wdqf0570ywgni7b1wdnifxf5cb69h3izpr"))))
(base32 "0w9r5d0br5hpay13vbx78ak2n0yy8bbwlaxnz4p5ggxiv8g5044q"))))
(build-system emacs-build-system)
(native-inputs (list texinfo))
(home-page "https://protesilaos.com/emacs/denote/")