gnu: emacs-denote: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 1.1.0.
This commit is contained in:
parent
ff512401c3
commit
96387f01b6
1 changed files with 2 additions and 2 deletions
|
@ -14465,7 +14465,7 @@ (define-public emacs-log4e
|
|||
(define-public emacs-denote
|
||||
(package
|
||||
(name "emacs-denote")
|
||||
(version "0.6.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14474,7 +14474,7 @@ (define-public emacs-denote
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wqrl2fdprmgffxg5xak881gs0g4ffdy2n8wcb4wbz3f6anhfaa5"))))
|
||||
(base32 "05ckjx1a2cydp46pd8y36safhj95pqi6lm4vs0vr6q3a858bxf8b"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs (list texinfo))
|
||||
(home-page "https://protesilaos.com/emacs/denote/")
|
||||
|
|
Loading…
Reference in a new issue