[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-helm-selector: Update to 0.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-helm-selector: Update to 0.4. |
Date: |
Sat, 19 Dec 2020 06:31:26 -0500 |
This is an automated email from the git hooks/post-receive script.
ambrevar pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 13d532a gnu: emacs-helm-selector: Update to 0.4.
13d532a is described below
commit 13d532a91178be7b6919b85685b150f941116dfc
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Dec 19 12:30:07 2020 +0100
gnu: emacs-helm-selector: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.4.
---
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 e242bcf..3d6bc5f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24531,7 +24531,7 @@ pattern guessed from thing under current cursor
position.
(define-public emacs-helm-selector
(package
(name "emacs-helm-selector")
- (version "0.3")
+ (version "0.4")
(home-page "https://github.com/emacs-helm/helm-selector")
(source
(origin
@@ -24542,7 +24542,7 @@ pattern guessed from thing under current cursor
position.
(file-name (git-file-name name version))
(sha256
(base32
- "134rxm4zicn565k3q5q15iiqcvcyiq6lsvmsqr53ifjjbq8pd9y6"))))
+ "1yyd54348xpb7ilr6rww9kq1da81r5clhq6pgnz7i6gq4pl01dqw"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-helm-selector: Update to 0.4.,
guix-commits <=