(address . guix-patches@gnu.org)(name . Matthias Riße)(address . matrss@0px.xyz)
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240831.
Change-Id: I6204f4a681b0fc1c176bb2da92c2556a018cd412
---
gnu/packages/haskell-apps.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Toggle diff (41 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 8b14a01569..19d612caeb 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -297,7 +297,7 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "10.20240227")
+ (version "10.20240831")
(source
(origin
;; hackage release doesn't include everything needed for extra bits.
@@ -307,7 +307,7 @@ (define-public git-annex
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra"))))
+ (base32 "1g6paxjpdjmzr623p7cf6chh42g5azwlzlnxgljhyhdmz6bxj5fr"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
@@ -398,6 +398,8 @@ (define-public git-annex
(bin (string-append out "/bin")))
(symlink (string-append bin "/git-annex")
(string-append bin "/git-annex-shell"))
+ (symlink (string-append bin "/git-annex")
+ (string-append bin "/git-remote-annex"))
(symlink (string-append bin "/git-annex")
(string-append bin "/git-remote-tor-annex"))))))))
(inputs
@@ -464,6 +466,7 @@ (define-public git-annex
ghc-tagsoup
ghc-torrent
ghc-transformers
+ ghc-unbounded-delays
ghc-unix-compat
ghc-unliftio-core
ghc-unordered-containers
--
2.45.2