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

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Kyle Meyer
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 4 years ago
(address . guix-patches@gnu.org)
20210428233359.23209-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210428.
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 8128c5425e..af777d1e3a 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -342,14 +342,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20210330")
+ (version "8.20210428")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "07dhxlmnj48drgndcplafc7xhby0w3rks68fz9wsppxan929240p"))))
+ (base32 "0xpvhpnl600874sa392wjfd2yd9s6ps2cq2qfkzyxxf90p9fcwg8"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 9dc1c591a4fe90e823ed69fb52c055b98d4699f6
--
2.31.1.527.g47e6f16901
Efraim Flashner wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 48092-done@debbugs.gnu.org)
YIpge11qzxhmVtJ5@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCKYHsACgkQQarn3Mo9
g1E9+A//QSpdzxeSv8HUeVNh+VyVRH35nqebi77e8gPi+U3bN3kHt441M44Ene83
n7MmTVV2OBCbl3mtHL2yDDjKY23l2zCsD+/CWLZVwuDx/TEdc4uehJbqUcGcKQZe
iRsKoNFAO2WOfmRWfPHIK2pysKjTz1tLQO4WZVADdIw2ZvgSfLZFTdX9VI8uoXMZ
W9DfrlFAKXp5nq/L+CM7MOMs06JUhjDfAP8JnBTu6QUfRm9h16Z2hrs0b3+/7D6t
R8Qex74azv5+Awv6wA+IYenbh8W7NlJdCVSmF8nANOenGdlfmmtNYfx02dN+/tlS
Wa0yJdKBakaEhNqnt+wl7RbclRicthEH6ZsmUh1Y0knUJUl8PCBD8zSO8nLRuL+s
3smtiSG/Q+vY4+qlCgrtqYQ1a6reHU8DFbROI7phC7noJYQFyeXlYZnQkFnB9dyz
TT7XGWRKvUNuvf+QcMtZbVd1LfFp5JomWDZaHBcR6eUDjV/clg5Rg8Wt4ChzZ7+y
HeBPCtYZlTZ9IC+CxWvxSWtSQUuNN3y4+Abo8KT4UG2a3hLAacQ+CzYwfqbozwW8
WQHK+v0jyjvVgGeZeEI8g8ZyxCIGcZTgb/QimdD+4/o9NEDTf3Jr5pPjE3x0mrPN
XSg9JXUQzQZt6QqT1ULQqeXcDOPUZvImOMX5s94z8+QmUThou6k=
=h8wn
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 48092
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help