mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-boxquote: Update to 2.3.
* gnu/packages/emacs-xyz.scm (emacs-boxquote): Update to 2.3.
This commit is contained in:
parent
90a73f6569
commit
62911821a1
1 changed files with 2 additions and 2 deletions
|
@ -30129,7 +30129,7 @@ (define-public emacs-metal-mercury-mode
|
|||
(define-public emacs-boxquote
|
||||
(package
|
||||
(name "emacs-boxquote")
|
||||
(version "2.2")
|
||||
(version "2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -30138,7 +30138,7 @@ (define-public emacs-boxquote
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue