guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-linum-relative: Update to 0.6.


From: guix-commits
Subject: 01/01: gnu: emacs-linum-relative: Update to 0.6.
Date: Mon, 7 Oct 2019 12:15:44 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 4cced9895ed20410880029fda622f18e559d2612
Author: Arun Isaac <address@hidden>
Date:   Mon Oct 7 21:19:41 2019 +0530

    gnu: emacs-linum-relative: Update to 0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-linum-relative): Update to 0.6.
---
 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 e87fa2a..e9e2084 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8197,7 +8197,7 @@ memoizing functions.")
 (define-public emacs-linum-relative
   (package
     (name "emacs-linum-relative")
-    (version "0.5")
+    (version "0.6")
     (source
      (origin
        (method git-fetch)
@@ -8206,7 +8206,7 @@ memoizing functions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11bjnqqwvr9zrvz5dlm8a0yw4zg9ysh3jdiq5a6iw09d3f0h1v2s"))))
+        (base32 "0b3n1gk2w1p72x0zfdz9l70winq2fnjpjrgq0awxx730xk7ypp5n"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/coldnew/linum-relative";)
     (synopsis "Relative line numbering for Emacs")



reply via email to

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