gnu: git-annex: Update to 8.20211028.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2021-11-04 23:24:08 -04:00 committed by Efraim Flashner
parent 575fcd3045
commit 1ffc0a6be3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -316,14 +316,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "8.20211011")
(version "8.20211028")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd"))))
(base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags