mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-selectrum: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.
This commit is contained in:
parent
d199ba621a
commit
91bcb744ff
1 changed files with 2 additions and 2 deletions
|
@ -6651,7 +6651,7 @@ for Ivy and Company that make use of the library.")
|
||||||
(define-public emacs-selectrum
|
(define-public emacs-selectrum
|
||||||
(package
|
(package
|
||||||
(name "emacs-selectrum")
|
(name "emacs-selectrum")
|
||||||
(version "2.0")
|
(version "3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6660,7 +6660,7 @@ for Ivy and Company that make use of the library.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08wm4ybidn8g7sy5a009lnsm0f1p7a3jfzpzxnzylvnyrmyhi3y4"))))
|
(base32 "0j10yxlikyg7qxcmp4fnddyd5nc3hlz080d1zcbijq020a08k86g"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/raxod502/selectrum/")
|
(home-page "https://github.com/raxod502/selectrum/")
|
||||||
(synopsis "Incremental narrowing in Emacs")
|
(synopsis "Incremental narrowing in Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue