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

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

Debbugs page

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

Toggle diff (23 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 07bf26669b..6c1ecb4ba3 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -339,14 +339,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20200908")
+ (version "8.20201007")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1113inl10f4m0699ba2zglaqlfqvwhqjkqg6r6m1d5rqv5brswb1"))))
+ (base32 "0v11yc4kkxnzvwqry277dpjwlavinrjiagfw0ayhrfwd703j1y8a"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
--
2.29.0.rc0.261.g7178c9af9c
Marius Bakke wrote 4 years ago
87pn5lrh5y.fsf@gnu.org
Kyle Meyer <kyle@kyleam.com> writes:

Toggle quote (2 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007.

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+GEVoPHG1hcml1c0Bn
bnUub3JnAAoJEKKgbfKjOlT6CvAH/39HGY3pXmzHs7VUWERLM3GqKoRcWJzRKTy9
/+73hY3bcEjUv/wUseKjtK2ugDnpkcFDBHiuRCiw+L82ZpfFT0v7kECV+t6kwmv+
LyIfmfTeF1kdQdivJdO1aEu7G/gKeUNH9s22+ESR1LkVKI9wHFECJukMNixVze25
KvxwAlEDNLgy3qedfnjaBpUG+YeUe6verkGgqPkmrOk0l8cCcBSNbysWfvLOeqNo
JyK6LeEmfBOmoqEJtKuedeCprDqP3pc9P8G0z7w9eNSXro3e6v6QaS52SjhlD/an
8BvCZx+JIqJ3RxsY7L5Eyg2BJ5fvBs4sE3uj57u26ieud5bQA08=
=nXyc
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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