gnu: git-annex: Update to 8.20210903.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210903.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-04 17:52:57 +02:00
parent f0e6851f0d
commit fb8d658e7c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -344,14 +344,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "8.20210803")
(version "8.20210903")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "0777q454bgkzr930wacn48xm6ygi4i6rxsizvxjm3a0dlffnv3b2"))))
(base32 "1p6zgk98jmxvqdin5xsdxhgq276bjdr2spi0wabj8x0ziry97rvl"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags