mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-consult: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 1.2. Change-Id: I747d5c4fce71235544891bf03d9a273d98d74bff
This commit is contained in:
parent
b95f276eea
commit
cbba1135af
1 changed files with 2 additions and 2 deletions
|
@ -12007,7 +12007,7 @@ (define-public emacs-orderless
|
|||
(define-public emacs-consult
|
||||
(package
|
||||
(name "emacs-consult")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12015,7 +12015,7 @@ (define-public emacs-consult
|
|||
(url "https://github.com/minad/consult")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "11fgjgny10falyjs0dlb8cvvfqpvc538mskq4j60j68v36nnkb23"))
|
||||
(base32 "1466f6j9bxw9mh0ad9yv2qfkhzlz1ysgch53nlkvbry4llhdhj43"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue