guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-adaptive-wrap: Update to 0.8.


From: guix-commits
Subject: branch master updated: gnu: emacs-adaptive-wrap: Update to 0.8.
Date: Tue, 12 Jan 2021 03:33:40 -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 d766309  gnu: emacs-adaptive-wrap: Update to 0.8.
d766309 is described below

commit d766309d71322100d10ad6dc44549712cc6f5ab0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 12 09:31:58 2021 +0100

    gnu: emacs-adaptive-wrap: Update to 0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap): Update to 0.8.
---
 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 1defa61..b8dd0c5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11603,14 +11603,14 @@ information via a consistent and well-integrated user 
interface.")
 (define-public emacs-adaptive-wrap
   (package
     (name "emacs-adaptive-wrap")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "adaptive-wrap-" version ".el"))
        (sha256
-        (base32 "10fb8gzvkbnrgzv28n1rczs03dvapr7rvi0kd73j6yf1zg2iz6qp"))))
+        (base32 "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/adaptive-wrap.html";)
     (synopsis "Smart line-wrapping with wrap-prefix")



reply via email to

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