[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-selectrum: Update to 3.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-selectrum: Update to 3.0. |
Date: |
Tue, 27 Oct 2020 17:46:40 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 91bcb74 gnu: emacs-selectrum: Update to 3.0.
91bcb74 is described below
commit 91bcb744ff93d5aac9ceb125b0b4a705e1651da9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 27 22:46:11 2020 +0100
gnu: emacs-selectrum: Update to 3.0.
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a16eae9..31cd071 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-selectrum: Update to 3.0.,
guix-commits <=