GNU bug report logs -
#73099
[PATCH] gnu: git-annex: Update to 10.20240831.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73099 in the body.
You can then email your comments to 73099 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73099
; Package
guix-patches
.
(Sat, 07 Sep 2024 14:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthias Riße <matrss <at> 0px.xyz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 07 Sep 2024 14:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Wed, 11 Sep 2024 14:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Matthias Riße <matrss <at> 0px.xyz>
:
bug acknowledged by developer.
(Wed, 11 Sep 2024 14:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73099-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 10 Oct 2024 11:24:13 GMT)
Full text and
rfc822 format available.
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.