guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-page-break-lines: Update to 0.14.


From: guix-commits
Subject: branch master updated: gnu: emacs-page-break-lines: Update to 0.14.
Date: Sun, 07 Feb 2021 17:20:50 -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 7037775  gnu: emacs-page-break-lines: Update to 0.14.
7037775 is described below

commit 703777534cb6f5575ab6ea626c6172fb73fc28b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 7 23:20:14 2021 +0100

    gnu: emacs-page-break-lines: Update to 0.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-page-break-lines): Update to 0.14.
---
 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 48dbb1d..ed91a7a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4045,7 +4045,7 @@ subconsciously blend out the parentheses.")
 (define-public emacs-page-break-lines
   (package
     (name "emacs-page-break-lines")
-    (version "0.11")
+    (version "0.14")
     (source
      (origin
        (method git-fetch)
@@ -4054,7 +4054,7 @@ subconsciously blend out the parentheses.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12"))))
+        (base32 "0plfyzmh93x1r3zgfjyx23cc7vi1pcniipclzlms1iwfkl7zsqvp"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/purcell/page-break-lines";)
     (synopsis "Display page breaks as tidy horizontal lines")



reply via email to

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