guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-helm-selector: Update to 0.6.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-selector: Update to 0.6.
Date: Fri, 22 Jan 2021 16:03:36 -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 3e5a902  gnu: emacs-helm-selector: Update to 0.6.
3e5a902 is described below

commit 3e5a902f617adf8b12c562dc52f078ecd46ad31a
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Jan 22 22:03:17 2021 +0100

    gnu: emacs-helm-selector: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.6.
---
 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 4867811..52f61c9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25096,7 +25096,7 @@ pattern guessed from thing under current cursor 
position.
 (define-public emacs-helm-selector
   (package
     (name "emacs-helm-selector")
-    (version "0.5")
+    (version "0.6")
     (home-page "https://github.com/emacs-helm/helm-selector";)
     (source
      (origin
@@ -25107,7 +25107,7 @@ pattern guessed from thing under current cursor 
position.
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1cv659sqmrvk316fp7mjc58vvbcg1j6s2q4rwgqrpbyszrxl3i63"))))
+         "02cphsv7lk70v3aaj3nffg4niqd9mhg468mvq5ybh3gx1gxmr8qn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]