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

  • 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 3 years ago
(address . guix-patches@gnu.org)
20220223024712.363429-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220222.
---
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 856791445b..ecd1a93317 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "10.20220127")
+ (version "10.20220222")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w"))))
+ (base32 "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: b04d2724f7434401b4311eee4ceb0e6d70033f83
--
2.34.0
Efraim Flashner wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 54118-done@debbugs.gnu.org)
YhYSvYV4Kb36Do7t@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmIWEr0ACgkQQarn3Mo9
g1HOhxAAs37LgGKHeuE+z45dveDA0Opk9n0lFAPLhdldD9yoSDquamlWFSL0u8SG
xKYy42CAsZHaWJ2WHgpw1dk9lvFC7YqJl1QR8O6L7PMH5HpG8dMi2FCQ2R0tVdy2
uwcEtA/01Y7RcUjuvwubggXJ39o7mKx2lEYFUDHDEn2CVMnTWVpDAvTqBKY8f0We
HrzP6Pgwef36AcMly4S1j1FordKph7Dwj4IcTviWQ0EEnOorLWIycipClQQmkxsw
vdA3Bgr28QnhXpLWA+EzJs+78T+pBcN4/vbeLztlSbhNh8RwTPWAcqBeyTC2q5tS
8BzypwskJBiZEm8ZIapNbbVU3R+HrFBbRx7vDWcSDKU7t31qE8CqmWOBzbQVNGKh
04PjtBAvuo0LZc38imgvaKiZ25RylJtpoLJPFXcjapIzHJ/OdHmWKEC8LnaB6P9/
PYm5QQnFpqFFU9pNbk2CxoKxvwoc0uljzmyTIeu+WvEyvfnI4j/RfN5Txo6CX46S
hrG+vnzNkWa033tSTe7GoZKcsPhIpoqOpCUGCExGG26b9tUnIKHGF7dqy41qy3bA
ZQAznWRqtqj6enYM+kIrc2dL5zo+d5VaSLi6lHQQu9KL8a2ClnZLshgVmXn7WQ3q
eKXfHRAo3o/M5PHgkuLOvNOh6rqdE83ckqRm+Fpg81miC/MAvDM=
=Udd4
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 54118
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