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

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Matthias Riße
Owner
unassigned
Submitted by
Matthias Riße
Severity
normal
M
M
Matthias Riße wrote on 7 Sep 12:19 +0200
(address . guix-patches@gnu.org)(name . Matthias Riße)(address . matrss@0px.xyz)
20240907101945.9869-1-matrss@0px.xyz
* 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(-)

Toggle diff (41 lines)
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
E
E
Efraim Flashner wrote on 11 Sep 16:36 +0200
(name . Matthias Riße)(address . matrss@0px.xyz)(address . 73099-done@debbugs.gnu.org)
ZuGq7nGOV1yAvrOO@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmbhqusACgkQQarn3Mo9
g1EWgw//SENpbD/OUkVVaFKUlJMCa3RfneU442mXfOEyc63bDOZbm1nemD9zYJRR
3trm4PSqGNkATFja8bYrBtnGGXb4052KwXkppfWQa8QlXiDA6icKvZO99yA54h8S
TJXDRYN0bYkaz7GSro52zgDlSQZnSup8bKLmlIX8WGIM+CogAXeYXicF5QVyan45
Tv+7kSRUYnHNAZfoWX3Abmny0kycUTPbxrxl/8UF9E0c57EjqXkxKySR2TPGjTcZ
Tp2gjlL/+yIMjlmeupFNypyGw77sRTjl3m/ZOCTXDoocoVKiZ0CjWPFXDBc+Lbdi
xB9ogUFX8/PUO3b9N/gK4q/Rqbc5GFvdb9OYOehOpdZTnGCXzhBj5iIOXfAHdjun
zTGZ5YvqKcLHNn3VL7mpzFwg9J6PNDQqcVn0UV61sTXMt68HsU5M5aor3wQwIq5l
FYv1MEC/MJTuQdkKUASo6oxmkhdWe/WcwYzGnJcRWeZ+asTzhN7NSpubUAGO8JpH
GLqLfEyfPXwuE7hEhHkSlN0h7UOrgksBSso2xebqhJtGedIUaOwc1cCS/aeYqcnv
Wz58KUu5Ew0nh40sHKgQNxHy5t92l7CqLGLG6JLFuBgaKRUUVZteyU23h+PnBLbU
Vog422XOcAugBHWahZjidnWZOPfyZxXpD12Is0VTa2sx2EgFf0U=
=jTaK
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73099@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73099
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch