guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-paren-face: Update to 1.0.8.


From: guix-commits
Subject: branch master updated: gnu: emacs-paren-face: Update to 1.0.8.
Date: Fri, 11 Feb 2022 13:23:13 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6d3714478b gnu: emacs-paren-face: Update to 1.0.8.
6d3714478b is described below

commit 6d3714478b709d4e420e709604c91f5c2f9d3910
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 11 19:21:59 2022 +0100

    gnu: emacs-paren-face: Update to 1.0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.8.
---
 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 8397162c1d..73bd240eda 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4920,7 +4920,7 @@ Lisp.")
 (define-public emacs-paren-face
   (package
     (name "emacs-paren-face")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
      (origin
        (method git-fetch)
@@ -4929,7 +4929,7 @@ Lisp.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zyrrrr8rmksr3rfsv96psk1z15wbbx1bvcfp3hf5ciyc2n79000"))))
+        (base32 "13d8psgd2j3vqmgwwf62gwyq7h6qlj8rrs31fxwjqmzzdblwqy1y"))))
     (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]