mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: emacs-denote: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 0.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7a8988730c
commit
0d71bae608
1 changed files with 2 additions and 2 deletions
|
@ -14206,7 +14206,7 @@ (define-public emacs-log4e
|
||||||
(define-public emacs-denote
|
(define-public emacs-denote
|
||||||
(package
|
(package
|
||||||
(name "emacs-denote")
|
(name "emacs-denote")
|
||||||
(version "0.5.1")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14215,7 +14215,7 @@ (define-public emacs-denote
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00f50dhw0x1hn87rc6vkrdwpybnbphg5z0g2c6c4r4cbgaiia8bi"))))
|
(base32 "0wqrl2fdprmgffxg5xak881gs0g4ffdy2n8wcb4wbz3f6anhfaa5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(home-page "https://protesilaos.com/emacs/denote/")
|
(home-page "https://protesilaos.com/emacs/denote/")
|
||||||
|
|
Loading…
Reference in a new issue