gnu: emacs-citre: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-citre): Update to 0.4.1. Change-Id: Ic502e9dc4fbe5199fe859963096f105a98bdab67master
parent
016ef6b6c4
commit
5b332dd005
|
@ -39030,7 +39030,7 @@ project.el and xref.el.")
|
||||||
(define-public emacs-citre
|
(define-public emacs-citre
|
||||||
(package
|
(package
|
||||||
(name "emacs-citre")
|
(name "emacs-citre")
|
||||||
(version "0.4")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -39038,7 +39038,7 @@ project.el and xref.el.")
|
||||||
(url "https://github.com/universal-ctags/citre/")
|
(url "https://github.com/universal-ctags/citre/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fq1f03v706gj6p2fjz51kvmj1pwc9p64chqap2ajr0a9cxpwln6"))
|
(base32 "1x5kxlzhzr2x4cszcqaxcg2lc71nwmmfnm2vzx7iz7h74hn4f1ld"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue