gnu: git-annex: Update to 8.20211231.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Kyle Meyer 2021-12-31 20:58:29 -05:00 committed by Ludovic Courtès
parent f777c156e0
commit 172bd0b5cd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -306,14 +306,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "8.20211123")
(version "8.20211231")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "0i9dhh601axv0b1i56yzn6jnfp160z530fp9pd557kpq4nbvg5kl"))))
(base32 "0cpa3rl8vcm0arima8x9m5q0a9r05z0851ibr1vcria2z0mmwmi7"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags