* [bug#72918] [PATCH] gnu: git-annex: Update to 10.20240808.
@ 2024-08-31 17:30 Matthias Riße
2024-09-09 15:22 ` bug#72918: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Riße @ 2024-08-31 17:30 UTC (permalink / raw)
To: 72918; +Cc: Matthias Riße
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808.
Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa
---
| 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--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 @@ (define-public ghcid
(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 @@ (define-public git-annex
(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 @@ (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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-09 15:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 17:30 [bug#72918] [PATCH] gnu: git-annex: Update to 10.20240808 Matthias Riße
2024-09-09 15:22 ` bug#72918: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.