aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Riße <matrss@0px.xyz>2024-08-31 19:30:11 +0200
committerLudovic Courtès <ludo@gnu.org>2024-09-09 17:17:56 +0200
commit637ca78f513fac15284403c0d3af64492ea832a1 (patch)
tree67239c8f8d14268ec52a514b7ac1b38bbb8abc5e
parent603d848d2a4813bc5b40c387614ca46ec3fb9a31 (diff)
downloadguix-637ca78f513fac15284403c0d3af64492ea832a1.tar.gz
guix-637ca78f513fac15284403c0d3af64492ea832a1.zip
gnu: git-annex: Update to 10.20240808.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808. Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/haskell-apps.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 8b14a01569..338d3ad78a 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.20240227")
+ (version "10.20240808")
(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 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra"))))
+ (base32 "06pk4gzj6snspid5a01s1vqh305ca02is3ap86w41icrngnly4n4"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
@@ -464,6 +464,7 @@ to @code{cabal repl}).")
ghc-tagsoup
ghc-torrent
ghc-transformers
+ ghc-unbounded-delays
ghc-unix-compat
ghc-unliftio-core
ghc-unordered-containers