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.7.


From: guix-commits
Subject: branch master updated: gnu: emacs-paren-face: Update to 1.0.7.
Date: Sun, 07 Feb 2021 17:19:19 -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 545de0a  gnu: emacs-paren-face: Update to 1.0.7.
545de0a is described below

commit 545de0a3784781dc9387a181f4321ad4b3cdee4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 23:18:44 2021 +0100

    gnu: emacs-paren-face: Update to 1.0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.7.
---
 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 0306f2a..48dbb1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4020,7 +4020,7 @@ Lisp.")
 (define-public emacs-paren-face
   (package
     (name "emacs-paren-face")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
      (origin
        (method git-fetch)
@@ -4029,7 +4029,7 @@ Lisp.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17bdcxah216z928387yx6z9lmp4jsi461n8fwiqaibn2qy5fagas"))))
+        (base32 "1zyrrrr8rmksr3rfsv96psk1z15wbbx1bvcfp3hf5ciyc2n79000"))))
     (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]