[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")
- branch master updated (6abdcef4a6 -> 97bbb9d603), guix-commits, 2022/09/20
- 03/07: gnu: Add emacs-pdfgrep., guix-commits, 2022/09/20
- 04/07: gnu: emacs-osm: Update to 0.8., guix-commits, 2022/09/20
- 01/07: gnu: emacs-taxy: Update to 0.10.1., guix-commits, 2022/09/20
- 05/07: gnu: emacs-boxquote: Update to 2.3.,
guix-commits <=
- 02/07: gnu: emacs-setup: Update to 1.3.2., guix-commits, 2022/09/20
- 06/07: gnu: emacs-repl-toggle: Update to 0.7.2., guix-commits, 2022/09/20
- 07/07: gnu: emacs-rustic: Update to 3.4., guix-commits, 2022/09/20