gnu: git-annex: Update to 7.20191114.

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

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Kyle Meyer 2019-11-14 23:06:31 -05:00 committed by Mathieu Othacehe
parent bcdf11d6ff
commit f3560c626d
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -247,14 +247,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
(version "7.20191106")
(version "7.20191114")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "1zvs011vqwyjk1xgz1c8gflih9903rjqg3l5km15p45lny8y8j4b"))))
(base32 "1afrn5g3b80f3n6ncfph6pmf9jdpc7a6ay55k2pmkn96pyv4hfmm"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags