guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-visual-fill-column: Update to 2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-visual-fill-column: Update to 2.2.
Date: Mon, 08 Feb 2021 16:16:55 -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 c1266a1  gnu: emacs-visual-fill-column: Update to 2.2.
c1266a1 is described below

commit c1266a151fd67eb571d1e4f064e4ce9dc4df7ab0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:16:07 2021 +0100

    gnu: emacs-visual-fill-column: Update to 2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.2.
    [source]: Move to a stable URI.
---
 gnu/packages/emacs-xyz.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef4eadd..0df3d83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9259,15 +9259,16 @@ keybindings in Emacs, and does not come with any 
predefined bindings.")
 (define-public emacs-visual-fill-column
   (package
     (name "emacs-visual-fill-column")
-    (version "1.11")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://codeload.github.com/joostkremers/";
-                                  "visual-fill-column/tar.gz/" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
+    (version "2.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/joostkremers/visual-fill-column";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1wjb4zm9mx07v0qx2fxmclg4pg0ssgnf8lp89wc56kmc0s40jhii"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/joostkremers/visual-fill-column";)
     (synopsis "Fill-column for visual-line-mode")



reply via email to

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