guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-git-link: Update to 0.8.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-git-link: Update to 0.8.3.
Date: Tue, 13 Apr 2021 14:31:52 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 82543e9  gnu: emacs-git-link: Update to 0.8.3.
82543e9 is described below

commit 82543e9649da2da9a5285ede4ec4f718fd740fcb
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Thu Apr 1 20:49:25 2021 +0200

    gnu: emacs-git-link: Update to 0.8.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.8.3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 4def3d8..dca4509 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3653,7 +3653,7 @@ window.")
 (define-public emacs-git-link
   (package
     (name "emacs-git-link")
-    (version "0.7.5")
+    (version "0.8.3")
     (source
      (origin
        (method git-fetch)
@@ -3662,7 +3662,7 @@ window.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04xa6lp8wkjb6zs096bf4sz124grcjj15xv1h009bmn2j95rggj6"))))
+        (base32 "0l7xmvmj5s93hc39wjjv75f22zbhahnmcxpmvx3dfvsbig9pmk75"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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