mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-boxquote: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-boxquote): Update to 2.2.
This commit is contained in:
parent
82f09bd0e0
commit
8c2624fe49
1 changed files with 17 additions and 20 deletions
|
@ -25375,21 +25375,18 @@ (define-public emacs-metal-mercury-mode
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-boxquote
|
||||
;; The following commit is 2.1 release with a switch to GPL3+ license.
|
||||
(let ((commit "7e47e0e2853bc1215739b2e28f260e9eed93b2c5")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-boxquote")
|
||||
(version (git-version "2.1" revision commit))
|
||||
(version "2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/davep/boxquote.el")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3"))))
|
||||
(base32 "0wwjawgylaaifdsszqxcfsyhfzgxbjkzqhzrnxnr9b16wghb7xf7"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/davep/boxquote.el")
|
||||
(synopsis "Quote text with different kinds of boxes")
|
||||
|
@ -25397,7 +25394,7 @@ (define-public emacs-boxquote
|
|||
a text quoting style that partially boxes in the left hand side of an area of
|
||||
text, such a marking style might be used to show externally included text or
|
||||
example code.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-buffer-move
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue