guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-boxquote: Update to 2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-boxquote: Update to 2.2.
Date: Sat, 06 Feb 2021 08:22:54 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8c2624f  gnu: emacs-boxquote: Update to 2.2.
8c2624f is described below

commit 8c2624fe49e78b70c9ade00e8c769fd60fa1b323
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 6 14:22:14 2021 +0100

    gnu: emacs-boxquote: Update to 2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-boxquote): Update to 2.2.
---
 gnu/packages/emacs-xyz.scm | 37 +++++++++++++++++--------------------
 1 file changed, 17 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 23a0b92..b0288eb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25375,29 +25375,26 @@ mercury-mode provided by Emacs as a wrapper around 
prolog-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))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/davep/boxquote.el";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3"))))
-      (build-system emacs-build-system)
-      (home-page "https://github.com/davep/boxquote.el";)
-      (synopsis "Quote text with different kinds of boxes")
-      (description "@code{boxquote} provides a set of functions for using
+  (package
+    (name "emacs-boxquote")
+    (version "2.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/davep/boxquote.el";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0wwjawgylaaifdsszqxcfsyhfzgxbjkzqhzrnxnr9b16wghb7xf7"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/davep/boxquote.el";)
+    (synopsis "Quote text with different kinds of boxes")
+    (description "@code{boxquote} provides a set of functions for using
 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



reply via email to

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