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

Previous Next

Package: guix-patches;

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

Date: Sat, 25 Jan 2025 17:09:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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#75831: closed (Re: [bug#75831] [PATCH] gnu: git-annex: Update
 to 10.20250115.)
Date: Mon, 27 Jan 2025 12:23:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75831: [PATCH] gnu: git-annex: Update to 10.20250115.

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

-- 
75831: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75831
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Matthias Riße <matrss <at> 0px.xyz>
Cc: 75831-done <at> debbugs.gnu.org, Lars-Dominik Braun <lars <at> 6xq.net>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#75831] [PATCH] gnu: git-annex: Update to 10.20250115.
Date: Mon, 27 Jan 2025 20:21:53 +0800
[Message part 3 (text/plain, inline)]
Matthias Riße <matrss <at> 0px.xyz> writes:

> * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250115.
>
> Change-Id: I567962854682007c0db43e949fa451046b52bdba
> ---
>  gnu/packages/haskell-apps.scm | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
> index 1ef3ed4035..2f6077c807 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.20241031")
> +    (version "10.20250115")
>      (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 "0x05mgxwn8a1czc98bp242828khw94f232slfbzvx86xx0z3c3d9"))))
> +        (base32 "0xkx7jgfcv6cpdhpjjgpiyqj95jdajzw2hn49bsb03vz8lf9dif9"))))
>      (build-system haskell-build-system)
>      (properties '((upstream-name . "git-annex")))
>      (arguments
> @@ -364,7 +364,9 @@ (define-public git-annex
>                                             (getcwd) "/dist/build/git-annex"))
>               (when tests?
>                 (with-directory-excursion "dist/build/git-annex"
> -                 (symlink "git-annex" "git-annex-shell"))
> +                 (symlink "git-annex" "git-annex-shell")
> +                 (symlink "git-annex" "git-remote-annex")
> +                 (symlink "git-annex" "git-remote-tor-annex"))
>                 (invoke "git-annex" "test"))))
>           (add-after 'check 'unpatch-shell-and-rebuild
>             (lambda args
>
> base-commit: 646202bf73f90de4f9b7cc66248b8f8e6e381014
pushed, closing.
[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.20250115.
Date: Sat, 25 Jan 2025 01:36:06 +0100
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250115.

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

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 1ef3ed4035..2f6077c807 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.20241031")
+    (version "10.20250115")
     (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 "0x05mgxwn8a1czc98bp242828khw94f232slfbzvx86xx0z3c3d9"))))
+        (base32 "0xkx7jgfcv6cpdhpjjgpiyqj95jdajzw2hn49bsb03vz8lf9dif9"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "git-annex")))
     (arguments
@@ -364,7 +364,9 @@ (define-public git-annex
                                            (getcwd) "/dist/build/git-annex"))
              (when tests?
                (with-directory-excursion "dist/build/git-annex"
-                 (symlink "git-annex" "git-annex-shell"))
+                 (symlink "git-annex" "git-annex-shell")
+                 (symlink "git-annex" "git-remote-annex")
+                 (symlink "git-annex" "git-remote-tor-annex"))
                (invoke "git-annex" "test"))))
          (add-after 'check 'unpatch-shell-and-rebuild
            (lambda args

base-commit: 646202bf73f90de4f9b7cc66248b8f8e6e381014
-- 
2.47.1




This bug report was last modified 116 days ago.

Previous Next


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