diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-21 10:15:47 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:35 +0100 |
| commit | faeb7870ed4b2f5b06cb40be257cfd1d107a90de (patch) | |
| tree | 4ae3420dd67ded3a3fc4140ba777683ed9e39576 | |
| parent | f94e0b51113df091ae5b2152d49721ae523120d0 (diff) | |
gnu: emacs-consult: Update to 3.3.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 3.3.
Change-Id: If8b981de6064a58dcf517f7af6474d323f7eefb3
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -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 a0c04a2633c..2e86bee76c3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15104,7 +15104,7 @@ style, or as multiple word prefixes.") (define-public emacs-consult (package (name "emacs-consult") - (version "3.2") + (version "3.3") (source (origin (method git-fetch) @@ -15112,7 +15112,7 @@ style, or as multiple word prefixes.") (url "https://github.com/minad/consult") (commit version))) (sha256 - (base32 "1kvam873b7xbq2fw8j2y0g0dq5gslpqaa9gph1wag2civ24p2r04")) + (base32 "1q046nfhikklz137yccsxnak91hdh38gjpl1nbssh0nmqcfgkmvs")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (arguments |
