guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: emacs-boxquote: Update to 2.3.


From: guix-commits
Subject: 05/07: gnu: emacs-boxquote: Update to 2.3.
Date: Tue, 20 Sep 2022 15:25:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 62911821a1e6464e5472fdbcae9878e315df0d76
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 20 21:18:00 2022 +0200

    gnu: emacs-boxquote: Update to 2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-boxquote): Update to 2.3.
---
 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 5a3f9c6b29..9ffe5a3996 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30129,7 +30129,7 @@ mercury-mode provided by Emacs as a wrapper around 
prolog-mode.")
 (define-public emacs-boxquote
   (package
     (name "emacs-boxquote")
-    (version "2.2")
+    (version "2.3")
     (source
      (origin
        (method git-fetch)
@@ -30138,7 +30138,7 @@ mercury-mode provided by Emacs as a wrapper around 
prolog-mode.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wwjawgylaaifdsszqxcfsyhfzgxbjkzqhzrnxnr9b16wghb7xf7"))))
+        (base32 "0d7m9kcwhbgv4pikaa2dzlg9zkmwdhyx2ksn68di6xzbh838892q"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/davep/boxquote.el";)
     (synopsis "Quote text with different kinds of boxes")



reply via email to

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