gnu: git-annex: Update to 8.20210127.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2021-01-27 19:55:12 -05:00 committed by Efraim Flashner
parent c2538db561
commit 7495843d3c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -339,14 +339,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "8.20201127")
(version "8.20210127")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "0n9m5ffgbzms0nh9dskrc7vjgwwwi9f9gxyh498wnspf96729zz7"))))
(base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags