guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-form-feed: Update to 0.2.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-form-feed: Update to 0.2.3.
Date: Mon, 22 Nov 2021 05:51:48 -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 e5ac767  gnu: emacs-form-feed: Update to 0.2.3.
e5ac767 is described below

commit e5ac7670b156b45fa8aca06a5b553ff7f00c5c02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Nov 22 11:50:54 2021 +0100

    gnu: emacs-form-feed: Update to 0.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-form-feed): Update to 0.2.3.
---
 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 eb58952..3572200 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3025,18 +3025,18 @@ that the binary uses instead of the actual binary 
contents.")
 (define-public emacs-form-feed
   (package
     (name "emacs-form-feed")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/wasamasa/form-feed";)
+             (url "https://depp.brause.cc/form-feed.git";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "171jna631b2iqcimfsik9c66gii8nc0zdb58m077w00rn7rcxbh2"))))
+        (base32 "10mcj4x2fjq0ikq9adkd72k9zp6caqib628bmj8d67wwabvzj6mk"))))
     (build-system emacs-build-system)
-    (home-page "https://github.com/wasamasa/form-feed";)
+    (home-page "https://depp.brause.cc/form-feed";)
     (synopsis "Display ^L glyphs as horizontal lines")
     (description
      "This package provides a minor mode @code{form-feed-mode} to display page



reply via email to

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