summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCarlos Durán Domínguez <wurt@wurt.eu>2026-02-24 19:19:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-24 18:39:36 +0000
commitcc917e7695a8faceab70037f0389cb15d63fac6b (patch)
treea24bcac52e93ec98c50829326d552a3c3e735e76 /gnu
parent5eae9d78e6984bdb106a87fa4e361d23b183c383 (diff)
gnu: xstow: Update to 1.1.1.
* gnu/packages/package-management.scm (xstow): Update to 1.1.1. [origin]: Switch to git-fetch. [native-inputs]: Add autoconf and automake. Fixes: guix/guix#6391 Change-Id: Ic65b65aa235525a1b70fa191b5950dc8afdacdf3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/package-management.scm14
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 73aa5982a35..73f57738fef 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1036,15 +1036,19 @@ symlinks to the files in a common directory such as /usr/local.")
(define-public xstow
(package
(name "xstow")
- (version "1.0.2")
+ (version "1.1.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/xstow/xstow-" version
- ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/majorkingleo/xstow")
+ (commit version)
+ (recursive? #t)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1vy6lcswpkixh7h5mvsmq2wbcih6lpsmcva3m7v6f5npllciy13g"))))
+ (base32 "0rnxb28mipfvg7g5lbjcsa2352yxvipgkc2mjyh70drr3jv7xkvk"))))
(build-system gnu-build-system)
+ (native-inputs (list autoconf automake))
(synopsis "Replacement of GNU Stow written in C++")
(description
"XStow is a replacement of GNU Stow written in C++. It supports all