guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-unfill: Update to 0.3.


From: guix-commits
Subject: 02/02: gnu: emacs-unfill: Update to 0.3.
Date: Thu, 18 Feb 2021 10:14:24 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d5e139bedc5d7c8f8feb59f958214ddc56f06c1e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:13:53 2021 +0100

    gnu: emacs-unfill: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-unfill): Update to 0.3.
---
 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 3732999..950c748 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24350,7 +24350,7 @@ commands that bear resemblance to the input command.")
 (define-public emacs-unfill
   (package
     (name "emacs-unfill")
-    (version "0.2")
+    (version "0.3")
     (home-page "https://github.com/purcell/unfill";)
     (source
      (origin
@@ -24360,7 +24360,7 @@ commands that bear resemblance to the input command.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wyradin5igp25nsd3n22i2ppxhmy49ac1iq1w2715v8pfmiydnc"))))
+        (base32 "0pg64nza2mp4xyr69pjq51jsq1aaym0g38g4jzaxr0hh3w0ris1n"))))
     (build-system emacs-build-system)
     (synopsis "Inverse of Emacs' @code{fill-paragraph} and @code{fill-region}")
     (description



reply via email to

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