me
/
guix
Archived
1
0
Fork 0

gnu: emacs-citre: Update to 0.4.1.

* gnu/packages/emacs-xyz.scm (emacs-citre): Update to 0.4.1.

Change-Id: Ic502e9dc4fbe5199fe859963096f105a98bdab67
master
Nicolas Goaziou 2024-06-18 16:03:40 +02:00
parent 016ef6b6c4
commit 5b332dd005
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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