mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: emacs-corfu: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 1.3. Change-Id: Id870c18b4b303c40513cb00aa78b6b8d9ff1ac49
This commit is contained in:
parent
73831eb72e
commit
70335d7e4e
1 changed files with 2 additions and 2 deletions
|
@ -4731,7 +4731,7 @@ (define-public emacs-citeproc-el
|
|||
(define-public emacs-corfu
|
||||
(package
|
||||
(name "emacs-corfu")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4740,7 +4740,7 @@ (define-public emacs-corfu
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l6hpsw2srmad0mhp6x46d5dsg678lvgz5l3glp1845hkg8a0pgi"))))
|
||||
(base32 "1nrwh00dy2ffzd3np8yk4n0vn0r5iqqhgcr40wbnv5qzgbdw9kas"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue