mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-consult: Update to 3.3.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 3.3. Change-Id: If8b981de6064a58dcf517f7af6474d323f7eefb3
This commit is contained in:
parent
37adaed2cd
commit
cbd19b8038
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue