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.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-visual-fill-column: Update to 2.5.
Date: Wed, 06 Jul 2022 14:18:01 -0400

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 8697f48a02 gnu: emacs-visual-fill-column: Update to 2.5.
8697f48a02 is described below

commit 8697f48a022d3d2beeec26c0ebc914987d360085
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 20:16:56 2022 +0200

    gnu: emacs-visual-fill-column: Update to 2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.5.
    [source]: Update URL.
    [home-page]: Update URL.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 695f972403..bae72990ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11470,18 +11470,18 @@ generated by Org mode (or Markdown mode) is left 
untouched.")
 (define-public emacs-visual-fill-column
   (package
     (name "emacs-visual-fill-column")
-    (version "2.4")
+    (version "2.5")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/joostkremers/visual-fill-column";)
+             (url "https://codeberg.org/joostkremers/visual-fill-column";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wfww6bqdphv871in80fc84ml8gkl04il6w51z2ycx99km8b723l"))))
+        (base32 "168wiywaffhhn7j4nfbnq4lfxpxl0x17z9ckk3nwkpaz45d9a2q6"))))
     (build-system emacs-build-system)
-    (home-page "https://github.com/joostkremers/visual-fill-column";)
+    (home-page "https://codeberg.org/joostkremers/visual-fill-column";)
     (synopsis "Fill-column for visual-line-mode")
     (description
      "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics



reply via email to

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