diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-05-01 22:19:00 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-05-01 22:20:15 +0200 |
| commit | 2e1dfb7903e24cfd7ada4918e6408eb48e4bb9c4 (patch) | |
| tree | c679e390d6dd9ebd899ad109c8f3ac8fd4b390f5 /gnu | |
| parent | bee08deea9e721f9e4bcef4a8fb7967064e97d7a (diff) | |
gnu: emacs-citre: Update to 0.4.2.
* gnu/packages/emacs-xyz.scm (emacs-citre): Update to 0.4.2.
Change-Id: Ifcfc39b4e53b66df3975863f5e2e84d20c449fb0
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 96a057d705..93937e53c3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -47255,7 +47255,7 @@ project.el and xref.el.") (define-public emacs-citre (package (name "emacs-citre") - (version "0.4.1") + (version "0.4.2") (source (origin (method git-fetch) @@ -47263,7 +47263,7 @@ project.el and xref.el.") (url "https://github.com/universal-ctags/citre/") (commit (string-append "v" version)))) (sha256 - (base32 "1x5kxlzhzr2x4cszcqaxcg2lc71nwmmfnm2vzx7iz7h74hn4f1ld")) + (base32 "0gslc3xqdbwjyb0rci1877ihinp8zlvjgf7maxbbmdgjgqpdlmwh")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (arguments |
