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

  • 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)
20210717124109.18673-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210714.
---
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 9e49bbfd9e..4cb0f669be 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -344,14 +344,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20210630")
+ (version "8.20210714")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0mxzddaf7ra807aazx9gd4rl5565xzky0hwiyby0a06yqnf02266"))))
+ (base32 "0pkzqa8qmckv4fcc9pndlplz4w0ndlqkp18hx6pyycckycljdyzy"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 9cb35c02164d929fcb8929e7f454df215df8cf25
--
2.32.0
Efraim Flashner wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 49604-done@debbugs.gnu.org)
YPV21OYozwhDJGq/@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmD1dtEACgkQQarn3Mo9
g1Ex8hAAmJPliGYskNvAdreB6eByP/k8GIDUguJj5K53P8LvxaQ7d4xq2nMgTqVm
adsylTfyz+NZoPFBvmTjqI8wDbJBReLkbKW3Ls4NsgXOtC6tIW0XeLu6MFTCebIe
OvfbJhQl7ib0+br68v7c2zHvccVFr+FssM4HBCQyDfKzP2ow4iZm9NfzIAu9Q4FQ
oFjufft1p3e3H9906FuPpaWmw2XwctXpst1cv6NvVsljpywWyFEPzHeXUFM6ypHx
/mXcdi2zrx/8mWqi6phE2O29f2Bzl9t4nZKBo2Uo4eLdi+B0CmS1SFqlboe6nFaD
yWQq70YveWL8nTLMxUEN5qutMWPNF64kD6y/jcBBn1jdBu0VaAmaLIpoVAauCzLY
mY9gt4Ac8ZIA1IJm/9aGV2USjk/BZ8rWGSWeQLsNbjBu2AMrymQuh8ZVHfp+PPJt
LTTX/gE4wmuabiEUwQ78w+trSagRSb96cNO/UUBzlI3fUDE+WuHim1J/36nD22A5
aDInKelpQmoY/sl6Hk1CjAls12SjL7gQUKIhNsKF6UIrzdpXnsY974gIYOcGvg8t
TB3eLJCXiyCuYtLdktoQurGD7lhzeI85TiQgjxiziw7LN4euUFZfZmEAOpzk7zYW
DYnMXmVUGPBnqsIRnjBHjly41ol5ifd30/NcpKVSidVTWzWZqPg=
=14lZ
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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