gnu: git-annex: Update to 8.20210428.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2021-04-28 19:33:59 -04:00 committed by Efraim Flashner
parent eed2c4843f
commit 04ef4c7880
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -342,14 +342,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "8.20210330")
(version "8.20210428")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "07dhxlmnj48drgndcplafc7xhby0w3rks68fz9wsppxan929240p"))))
(base32 "0xpvhpnl600874sa392wjfd2yd9s6ps2cq2qfkzyxxf90p9fcwg8"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags