guix-commits
[Top][All Lists]
Advanced

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

19/19: gnu: emacs-paren-face: Update to 1.0.5.


From: guix-commits
Subject: 19/19: gnu: emacs-paren-face: Update to 1.0.5.
Date: Fri, 27 Dec 2019 20:36:34 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit c7e434c039825cd92e17c80a93c3da39ba3da134
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 27 19:36:23 2019 -0600

    gnu: emacs-paren-face: Update to 1.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.5.
---
 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 56f4d8b..7e27a86 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2834,7 +2834,7 @@ Lisp.")
 (define-public emacs-paren-face
   (package
     (name "emacs-paren-face")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method git-fetch)
@@ -2844,7 +2844,7 @@ Lisp.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1cr0vnm57lxs48z17ddcv7qlfvks7wdsp01zsw0c7i3h5ajl8myp"))))
+         "04vkg8fhdn8x02dydxbwpizh2yn3sbmn9432v770vbbq6b62k2lx"))))
     (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]