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.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-selector: Update to 0.5.
Date: Sun, 20 Dec 2020 08:58:11 -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 79fdae1  gnu: emacs-helm-selector: Update to 0.5.
79fdae1 is described below

commit 79fdae12426bc70279dcc2606ec851cc111ac001
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Dec 19 17:39:31 2020 +0100

    gnu: emacs-helm-selector: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.5.
---
 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 3d6bc5f..a81cccc 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.4")
+    (version "0.5")
     (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
-         "1yyd54348xpb7ilr6rww9kq1da81r5clhq6pgnz7i6gq4pl01dqw"))))
+         "1cv659sqmrvk316fp7mjc58vvbcg1j6s2q4rwgqrpbyszrxl3i63"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

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