guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b45474579708dd1ccea28bf37fb501f5173200be
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Fri Feb 27 22:54:27 2026 +0100
gnu: swww: Improve style.
* gnu/packages/wm.scm (swww): Reindent.
[source]: Reindent.
[description]: Adjust formatting to meet the 80 characters line width
convention.
Change-Id: Ide4adf1aab6e1bf8817f88493ecf2a10e09f1ec8
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/wm.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 856d67f568..60fa155196 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3071,15 +3071,15 @@ works on Wayland compositors supporting the
wlr-layer-shell protocol.")
(package
(name "swww")
(version "0.10.3")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/LGFae/swww")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1i02m8ccc40vm9yg2037yzampvv79wwhfjjd5wnvkbxxgmk9fyhr"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/LGFae/swww")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1i02m8ccc40vm9yg2037yzampvv79wwhfjjd5wnvkbxxgmk9fyhr"))))
(build-system cargo-build-system)
(arguments
(list
@@ -3118,8 +3118,8 @@ works on Wayland compositors supporting the
wlr-layer-shell protocol.")
(synopsis
"Efficient animated wallpaper daemon for wayland controlled at runtime")
(description
- "A Solution to your Wayland Wallpaper Woes (swww). It uses minimal
resources
-and provides animations for switching between backgrounds.")
+ "A Solution to your Wayland Wallpaper Woes (swww). It uses minimal
+resources and provides animations for switching between backgrounds.")
(license license:gpl3+)))
(define-public swaynotificationcenter