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

  • 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)
20211105032408.20595-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211028.
---
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 994214e900..faa3b52c5c 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -316,14 +316,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20211011")
+ (version "8.20211028")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd"))))
+ (base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 575fcd3045ff1649e5319b6701ff9e28e97793e0
--
2.33.1
Efraim Flashner wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 51604-done@debbugs.gnu.org)
YYTySS1yTehlHQmP@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGE8kcACgkQQarn3Mo9
g1Gn7Q/+Jb4m4Tf91qB8i3rY64G36Fs9PUaRdkJqXDWVn2s8xChGdagrTMqrSnhy
GFaeMpPxEVbz8RU8RWdISGw4PNQKs2m6dopvFOZG2I0wiKZka05VL0HoVe+yfNvd
UYHiRTfikmdY6A/LCygy6vtE0bEIIATzfIG3Hlc6eWi049Yr4l8vr0uoEL2CWtZT
iLG0rT+D7iJRgl5+C9obN41z0jq0oPyFinvyV+1lsDBs3VKK57qKD/FDfbFISeX1
Et7d5dXvCMVWTbE3+ot9cmbNpmPKKcB6NUQ4FHGwryzMmEKMyANmw+KfZapFYf9b
gY9FGMg6+z2Ogbj+kdNWfV4vgYLwNMRBASV7RJoTPFXmtp1M0xrg/SbCfZgssL3R
m4jCeJ7I5jV8nWe2M9De3e7LgU44jhzQgzcj6HVKikEgPdH+sF7QAk2FV3hrhCDI
BJFvhgvSGG30Lo8DYV88hk79tpo1j/f3xokaXXRakSW9IlAtD8u+runiS/rEFYKZ
zeJaSOmEagszYSdi1ihZMpqzuNrKwcJxk0G6qtWh2K3N7c4MlDur32+Uok+PAP3n
in0nZNsL62c2ofYW5syBiv7r/qIEk6XXRmJejBY7K6CwjDu5z1FvzQ8DmXs0LWMq
tedOjRMcxIGCjWfcluBwRSlOTZyMLHSqFwHvUzPhYghuw9xf40Q=
=7WF8
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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