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


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-selector: Update to 0.3.
Date: Sat, 08 Aug 2020 04:59:58 -0400

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 763b52d  gnu: emacs-helm-selector: Update to 0.3.
763b52d is described below

commit 763b52dc54a5732d014ffaecba45125e9f38ed35
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Aug 8 10:59:41 2020 +0200

    gnu: emacs-helm-selector: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.3.
---
 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 8c5c0c3..6bac148 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23187,7 +23187,7 @@ pattern guessed from thing under current cursor 
position.
 (define-public emacs-helm-selector
   (package
     (name "emacs-helm-selector")
-    (version "0.2")
+    (version "0.3")
     (home-page "https://github.com/emacs-helm/helm-selector";)
     (source
      (origin
@@ -23198,7 +23198,7 @@ pattern guessed from thing under current cursor 
position.
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1c7xhrq1mivldyq3rglpmfypbz44dcm7zrgyha6x09cfixlyfbcp"))))
+         "134rxm4zicn565k3q5q15iiqcvcyiq6lsvmsqr53ifjjbq8pd9y6"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

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