gnu: git-annex: Update to 8.20201007.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Kyle Meyer 2020-10-07 16:49:46 -04:00 committed by Marius Bakke
parent 8514dfdee6
commit 1bf912e58e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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