me
/
guix
Archived
1
0
Fork 0

gnu: emacs-page-break-lines: Update to 0.14.

* gnu/packages/emacs-xyz.scm (emacs-page-break-lines): Update to 0.14.
master
Nicolas Goaziou 2021-02-07 23:20:14 +01:00
parent 545de0a378
commit 703777534c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4045,7 +4045,7 @@ subconsciously blend out the parentheses.")
(define-public emacs-page-break-lines (define-public emacs-page-break-lines
(package (package
(name "emacs-page-break-lines") (name "emacs-page-break-lines")
(version "0.11") (version "0.14")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4054,7 +4054,7 @@ subconsciously blend out the parentheses.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12")))) (base32 "0plfyzmh93x1r3zgfjyx23cc7vi1pcniipclzlms1iwfkl7zsqvp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/purcell/page-break-lines") (home-page "https://github.com/purcell/page-break-lines")
(synopsis "Display page breaks as tidy horizontal lines") (synopsis "Display page breaks as tidy horizontal lines")