gnu: emacs-boxquote: Update to 2.3.

* gnu/packages/emacs-xyz.scm (emacs-boxquote): Update to 2.3.
This commit is contained in:
Nicolas Goaziou 2022-09-20 21:18:00 +02:00
parent 90a73f6569
commit 62911821a1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30129,7 +30129,7 @@ (define-public emacs-metal-mercury-mode
(define-public emacs-boxquote (define-public emacs-boxquote
(package (package
(name "emacs-boxquote") (name "emacs-boxquote")
(version "2.2") (version "2.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30138,7 +30138,7 @@ (define-public emacs-boxquote
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wwjawgylaaifdsszqxcfsyhfzgxbjkzqhzrnxnr9b16wghb7xf7")))) (base32 "0d7m9kcwhbgv4pikaa2dzlg9zkmwdhyx2ksn68di6xzbh838892q"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/davep/boxquote.el") (home-page "https://github.com/davep/boxquote.el")
(synopsis "Quote text with different kinds of boxes") (synopsis "Quote text with different kinds of boxes")