z572 pushed a commit to branch master
in repository guix.
commit ed7c8ab413b4285848f7cdad486e91e630b0799a
Author: Matthias Riße <[email protected]>
AuthorDate: Sat Jan 25 01:36:06 2025 +0100
gnu: git-annex: Update to 10.20250115.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250115.
Change-Id: I567962854682007c0db43e949fa451046b52bdba
---
gnu/packages/haskell-apps.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 1ef3ed4035..2f6077c807 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -297,7 +297,7 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "10.20241031")
+ (version "10.20250115")
(source
(origin
;; hackage release doesn't include everything needed for extra bits.
@@ -307,7 +307,7 @@ to @code{cabal repl}).")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0x05mgxwn8a1czc98bp242828khw94f232slfbzvx86xx0z3c3d9"))))
+ (base32 "0xkx7jgfcv6cpdhpjjgpiyqj95jdajzw2hn49bsb03vz8lf9dif9"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
@@ -364,7 +364,9 @@ to @code{cabal repl}).")
(getcwd) "/dist/build/git-annex"))
(when tests?
(with-directory-excursion "dist/build/git-annex"
- (symlink "git-annex" "git-annex-shell"))
+ (symlink "git-annex" "git-annex-shell")
+ (symlink "git-annex" "git-remote-annex")
+ (symlink "git-annex" "git-remote-tor-annex"))
(invoke "git-annex" "test"))))
(add-after 'check 'unpatch-shell-and-rebuild
(lambda args