GNU bug report logs -
#72918
[PATCH] gnu: git-annex: Update to 10.20240808.
Previous Next
Reported by: Matthias Riße <matrss <at> 0px.xyz>
Date: Sat, 31 Aug 2024 17:53:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#72918: [PATCH] gnu: git-annex: Update to 10.20240808.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 72918 <at> debbugs.gnu.org.
--
72918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72918
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Matthias Riße <matrss <at> 0px.xyz> skribis:
> * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808.
>
> Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa
Pushed, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
* 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(-)
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
This bug report was last modified 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.