gnu: git-annex: Update to 8.20210714.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2021-07-17 08:41:09 -04:00 committed by Efraim Flashner
parent 385c485c65
commit 4cda5a4dab
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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