gnu: git-annex: Update to 8.20200720.1.

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

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Kyle Meyer 2020-07-21 11:43:39 -04:00 committed by Marius Bakke
parent 264070986f
commit dbdfbec957
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -341,14 +341,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
(version "8.20200617")
(version "8.20200720.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "1vgpqbscvxm03ibxy6cjnp9vd1wpsr3gkajp4z3m9nnkmjz5r4q4"))))
(base32 "0g4wlfkwr9w21hvdywc7sk077rxlnigdr4m4yz41rc0s2nbjc9fn"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags