GNU bug report logs - #73099
[PATCH] gnu: git-annex: Update to 10.20240831.

Previous Next

Package: guix-patches;

Reported by: Matthias Riße <matrss <at> 0px.xyz>

Date: Sat, 7 Sep 2024 14:44:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Matthias Riße <matrss <at> 0px.xyz>
Subject: bug#73099: closed (Re: [bug#73099] [PATCH] gnu: git-annex: Update
 to 10.20240831.)
Date: Wed, 11 Sep 2024 14:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73099: [PATCH] gnu: git-annex: Update to 10.20240831.

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 73099 <at> debbugs.gnu.org.

-- 
73099: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73099
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Matthias Riße <matrss <at> 0px.xyz>
Cc: 73099-done <at> debbugs.gnu.org
Subject: Re: [bug#73099] [PATCH] gnu: git-annex: Update to 10.20240831.
Date: Wed, 11 Sep 2024 17:36:30 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Matthias Riße <matrss <at> 0px.xyz>
To: guix-patches <at> gnu.org
Cc: Matthias Riße <matrss <at> 0px.xyz>
Subject: [PATCH] gnu: git-annex: Update to 10.20240831.
Date: Sat,  7 Sep 2024 12:19:45 +0200
* 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(-)

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




This bug report was last modified 345 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.