[PATCH] gnu: emacs-spacious-padding: Update to 0.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Olivier Rojon
Owner
unassigned
Submitted by
Olivier Rojon
Severity
normal

Debbugs page

Olivier Rojon wrote 2 months ago
(address . guix-patches@gnu.org)(name . Olivier Rojon)(address . o.rojon@posteo.net)
20250111112521.29354-1-o.rojon@posteo.net
* gnu/packages/emacs-xyz.scm (emacs-spacious-padding): Update to 0.6.0.

Change-Id: I165e28ef3dcb0c7c590f1475927bebfa7f9ac613
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2e882179bf..5b4f0fae4c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1451,14 +1451,14 @@ (define-public emacs-prism
(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/spacing of frames and windows")
--
2.47.1
Nicolas Goaziou wrote 2 months ago
(address . 75491-done@debbugs.gnu.org)(name . Olivier Rojon)(address . o.rojon@posteo.net)
87a5bebx7b.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-spacious-padding): Update to
> 0.6.0.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 75491@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75491
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help