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

  • 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)
20210330211215.13720-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210330.
---
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 d7d5a0223a..8128c5425e 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.20210310")
+ (version "8.20210330")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1a4pr9z2li3wns1xycz7735nzzsv3cs8milr0q74k5qcqk5f22nx"))))
+ (base32 "07dhxlmnj48drgndcplafc7xhby0w3rks68fz9wsppxan929240p"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 634d9845a6b4e362f32ba369ae42851719455ba3
--
2.31.1.192.g0881477623
Efraim Flashner wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 47503-done@debbugs.gnu.org)
YGSZvHIDyrol4YNO@3900XT
Patch pushed. Thanks!

--
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBkmbwACgkQQarn3Mo9
g1FkthAAjkqGH2xEl2adQNHhXzsq0/GVEX9Kid3q5z1jZ4Ty4XcES4CQn1CNIagH
QAOvJmH7c8aPoH2uKHXuAGNAbuB15aysRMseTryEW++YmY/jeWePV8mU1u2mJ9Hp
MckVIddIRxhkBT1HnIdtZ22zJyP6IRFv5KoE/uYANxmFo1/tO/6H8JsXUj/2C+yA
8YXcQewAQmjl16ddPz7ZsuqzVHwnV4Q2xNc8TEXvmR7mLljNRjbQQNdeDWwJoDQ3
pULRu/UCu8iBnar/agBIIYoSoNdPfjngXxKM9a6/DAU3QT39hDBgI9JNTKy5qeSg
qj0JxVfd14fp6xGWbdzec9Sq8htWVcxorUOfHaDLSfkzo8mBwDiN0AJTRoJnV6ZY
q0+bQPzniz9ahNNdX1OKVmii4hDGvj9a+C4r2qxBKhnC3KTi9Y2Km3a/7lLM0+Lk
swU2Tmrbc7cs00mvyZFCHtZRLrDclCODGQhAg53++gB1+3aJDZVUU0CHar7HznCf
h9e1KZIjOJS/4CA4uYqju7I+fgXIitpokk7lq4/NI70a/9h5JViyKfS+48OG5VjN
U8kD0ysEmXBp3OkpmO1wjjNdGKPpZUD6Gwpxj8Na3s+/Yh/F4MaaZbL1LcLuvakY
Gm71rXLJ7AyBu+aVbBxTUdYFuUvCzHiUUYC7un3mRcYoKRI0W4o=
=9sJt
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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