guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: emacs-git-link: Update to 0.8.5.


From: guix-commits
Subject: 04/10: gnu: emacs-git-link: Update to 0.8.5.
Date: Mon, 7 Feb 2022 04:46:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b0e6e546cb5d9b5c23b1493b88f4f92c29823455
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:27:25 2022 +0100

    gnu: emacs-git-link: Update to 0.8.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.8.5.
    [arguments]<#:test-command>: Use G-expressions.
---
 gnu/packages/emacs-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a86311136d..86d79a6142 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4263,7 +4263,7 @@ window.")
 (define-public emacs-git-link
   (package
     (name "emacs-git-link")
-    (version "0.8.3")
+    (version "0.8.5")
     (source
      (origin
        (method git-fetch)
@@ -4272,11 +4272,12 @@ window.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l7xmvmj5s93hc39wjjv75f22zbhahnmcxpmvx3dfvsbig9pmk75"))))
+        (base32 "0payj5hwqkzdrxx5vfzaaalmzfkdmdqhqki193a6cbf0k3c03zh3"))))
     (build-system emacs-build-system)
     (arguments
-     `(#:tests? #t
-       #:test-command '("make" "test")))
+     (list
+      #:tests? #t
+      #:test-command #~(list "make" "test")))
     (home-page "https://github.com/sshaw/git-link";)
     (synopsis "Create links for files and commits in GitHub/GitLab/etc. repos")
     (description



reply via email to

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