me
/
guix
Archived
1
0
Fork 0

gnu: emacs-selectrum: Update to 3.0.

* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.
master
Nicolas Goaziou 2020-10-27 22:46:11 +01:00
parent d199ba621a
commit 91bcb744ff
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -6651,7 +6651,7 @@ for Ivy and Company that make use of the library.")
(define-public emacs-selectrum
(package
(name "emacs-selectrum")
(version "2.0")
(version "3.0")
(source
(origin
(method git-fetch)
@ -6660,7 +6660,7 @@ for Ivy and Company that make use of the library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "08wm4ybidn8g7sy5a009lnsm0f1p7a3jfzpzxnzylvnyrmyhi3y4"))))
(base32 "0j10yxlikyg7qxcmp4fnddyd5nc3hlz080d1zcbijq020a08k86g"))))
(build-system emacs-build-system)
(home-page "https://github.com/raxod502/selectrum/")
(synopsis "Incremental narrowing in Emacs")