[PATCH] gnu: git-annex: Update to 10.20240808.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Matthias Riße
Owner
unassigned
Submitted by
Matthias Riße
Severity
normal
M
M
Matthias Riße wrote on 31 Aug 19:30 +0200
(address . guix-patches@gnu.org)(name . Matthias Riße)(address . matrss@0px.xyz)
20240831173011.30833-1-matrss@0px.xyz
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808.

Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa
---
gnu/packages/haskell-apps.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
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 @@ (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
L
L
Ludovic Courtès wrote on 9 Sep 17:22 +0200
(name . Matthias Riße)(address . matrss@0px.xyz)(address . 72918-done@debbugs.gnu.org)
871q1sc0n0.fsf@gnu.org
Hi,

Matthias Riße <matrss@0px.xyz> skribis:

Toggle quote (4 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808.
>
> Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa

Pushed, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72918@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72918
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch