mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: emacs-spacious-padding: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-spacious-padding): Update to 0.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I7327eb0fb16923116c3a3fde618e27c9ac77116e
This commit is contained in:
parent
d4bf7a36af
commit
d033717436
1 changed files with 2 additions and 2 deletions
|
@ -40147,14 +40147,14 @@ provides an easy way to bind keys under a configurable prefix key.")
|
|||
(define-public emacs-spacious-padding
|
||||
(package
|
||||
(name "emacs-spacious-padding")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/spacious-padding-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32 "0x5bsyd6b1d3bzrsrpf9nvw7xj5ch114m2dilq64bg8y2db3452z"))))
|
||||
(base32 "0czx4w6vm56blvc26gymmijvcqhvmrlakqwlks1prckgnkgsvcpx"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/protesilaos/spacious-padding")
|
||||
(synopsis "Increase the padding or spacing of frames and windows")
|
||||
|
|
Loading…
Add table
Reference in a new issue