~ruther/guix-local

1f83be3fbdb84670ad227e73825497abba273e3d — Cayetano Santos a month ago 587e02a
gnu: emacs-spacious-padding: Update to 0.8.0.

* gnu/packages/emacs-xyz.scm (emacs-spacious-padding): Update to 0.8.0.
[arguments]<#:phases>: Update lambda in ’build-info-manual.

Change-Id: I56b8a194aca1b52d429b5c9334028b109e1cbf2b
1 files changed, 3 insertions(+), 8 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -8
@@ 44569,7 44569,7 @@ provides an easy way to bind keys under a configurable prefix key.")
(define-public emacs-spacious-padding
  (package
    (name "emacs-spacious-padding")
    (version "0.7.0")
    (version "0.8.0")
    (source
     (origin
       (method git-fetch)


@@ 44578,7 44578,7 @@ provides an easy way to bind keys under a configurable prefix key.")
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "00mwzbvhzlvnhsbc5rki5cx08fnx4s7cmnlz8lqh534wmsmh3wf0"))))
        (base32 "1vb9nbzjz5bpfbmmsf2ab8dizqmn4bbk0nd95rfv207gyjrgy6hn"))))
    (build-system emacs-build-system)
    (arguments
     (list


@@ 44586,12 44586,7 @@ provides an easy way to bind keys under a configurable prefix key.")
      #:phases
      #~(modify-phases %standard-phases
          (add-after 'unpack 'build-info-manual
            (lambda _
              (invoke "emacs"
                      "--batch"
                      "--eval=(require 'ox-texinfo)"
                      "--eval=(find-file \"README.org\")"
                      "--eval=(org-texinfo-export-to-info)"))))))
            (lambda _ (emacs-makeinfo))))))
    (native-inputs (list texinfo))
    (home-page "https://github.com/protesilaos/spacious-padding")
    (synopsis "Increase the padding or spacing of frames and windows")