guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5eae9d78e6984bdb106a87fa4e361d23b183c383
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Tue Feb 24 19:11:13 2026 +0100
gnu: xstow: Improve style.
* gnu/packages/package-management.scm (xstow): Reindent.
[source]: Reindent.
Change-Id: I707028e2e8fa764013c5f085c44207ca37b28084
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/package-management.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 08a467dda8..73aa5982a3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2025 aurtzy <[email protected]>
;;; Copyright © 2025 Tomás Ortín Fernández <[email protected]>
;;; Copyright © 2025-2026 Sharlatan Hellseher <[email protected]>
+;;; Copyright © 2026 Carlos Durán Domínguez <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1036,13 +1037,13 @@ symlinks to the files in a common directory such as
/usr/local.")
(package
(name "xstow")
(version "1.0.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/xstow/xstow-"
- version ".tar.bz2"))
- (sha256
- (base32
- "1vy6lcswpkixh7h5mvsmq2wbcih6lpsmcva3m7v6f5npllciy13g"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/xstow/xstow-" version
+ ".tar.bz2"))
+ (sha256
+ (base32 "1vy6lcswpkixh7h5mvsmq2wbcih6lpsmcva3m7v6f5npllciy13g"))))
(build-system gnu-build-system)
(synopsis "Replacement of GNU Stow written in C++")
(description