me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-page-break-lines): Update to 0.15.
master
Nicolas Goaziou 2023-09-01 22:09:57 +02:00
parent 8ee2458072
commit 1629b90cb7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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