mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-page-break-lines: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-page-break-lines): Update to 0.14.
This commit is contained in:
parent
545de0a378
commit
703777534c
1 changed files with 2 additions and 2 deletions
|
@ -4045,7 +4045,7 @@ (define-public emacs-paren-face
|
|||
(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 @@ (define-public emacs-page-break-lines
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue