GNU bug report logs -
#75831
[PATCH] gnu: git-annex: Update to 10.20250115.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Jan 2025 20:21:53 +0800
with message-id <87lduwzbtq.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75831] [PATCH] gnu: git-annex: Update to 10.20250115.
has caused the debbugs.gnu.org bug report #75831,
regarding [PATCH] gnu: git-annex: Update to 10.20250115.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.