guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: emacs-paren-face: Update to 1.0.4.


From: guix-commits
Subject: 06/12: gnu: emacs-paren-face: Update to 1.0.4.
Date: Sun, 15 Dec 2019 15:58:43 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 44e7222bf71110aaba50eed897e867575356a993
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 14:09:25 2019 -0600

    gnu: emacs-paren-face: Update to 1.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.4.
---
 gnu/packages/emacs-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5aeb326..8d45367 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2810,7 +2810,7 @@ Lisp.")
 (define-public emacs-paren-face
   (package
     (name "emacs-paren-face")
-    (version "1.0.0")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -2819,7 +2819,8 @@ Lisp.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0f128gqn170s6hl62n44i9asais75ns1mpvb4l8vzy1sc0v16c0k"))))
+        (base32
+         "1cr0vnm57lxs48z17ddcv7qlfvks7wdsp01zsw0c7i3h5ajl8myp"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/tarsius/paren-face";)
     (synopsis "Face for parentheses in lisp modes")



reply via email to

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