guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-helm-ls-git: Update to 20200519.


From: guix-commits
Subject: 01/02: gnu: emacs-helm-ls-git: Update to 20200519.
Date: Fri, 5 Feb 2021 06:11:13 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 746c849267eb4e7a406cdfd31e2e1ef5f7800551
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Fri Feb 5 10:48:12 2021 +0100

    gnu: emacs-helm-ls-git: Update to 20200519.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-ls-git): Update to 20200519.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad97681..60955de 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19076,10 +19076,10 @@ See @code{helm-exwm-switch-browser} for an example.")
       (license license:gpl3+))))
 
 (define-public emacs-helm-ls-git
-  (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
+  (let ((commit "4da1a53f2f0a078ee2e896a914a1b19c0bf1d5ed"))
     (package
       (name "emacs-helm-ls-git")
-      (version (git-version "1.9.1" "1" commit))
+      (version (git-version "1.9.1" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -19089,7 +19089,7 @@ See @code{helm-exwm-switch-browser} for an example.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
+           "12fi08w20yjsdfkxl1pk9q4w0z9l92va5fa5ghay9w33xlymc8dc"))))
       (build-system emacs-build-system)
       (propagated-inputs `(("emacs-helm" ,emacs-helm)))
       (home-page "https://github.com/emacs-helm/helm-ls-git";)



reply via email to

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