mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-denote: Update to 2.3.5.
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 2.3.5. Change-Id: Ie316235ea36c332fb6adecc912d77026dc08e387
This commit is contained in:
parent
88d21c9c0e
commit
754effe1c2
1 changed files with 2 additions and 2 deletions
|
@ -17730,7 +17730,7 @@ you to deal with multiple log levels.")
|
|||
(define-public emacs-denote
|
||||
(package
|
||||
(name "emacs-denote")
|
||||
(version "2.3.0")
|
||||
(version "2.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17739,7 +17739,7 @@ you to deal with multiple log levels.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03bjnb7si0672ipqh77r6mjp09ryljzqrfy9kq6y9ghpnxwvma6q"))))
|
||||
(base32 "11rdmwdjaqzzrhnyidk02z2gd98qih8pnrc1vvbxvai50w8bdg2m"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs (list texinfo))
|
||||
(home-page "https://protesilaos.com/emacs/denote/")
|
||||
|
|
Loading…
Add table
Reference in a new issue