gnu: git-annex: Update to 8.20200330.

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

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Kyle Meyer 2020-03-31 17:07:43 -04:00 committed by Tobias Geerinckx-Rice
parent a7cc13ed83
commit 9cbc5fae80
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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