gnu: git-annex: Update to 7.20200219.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Kyle Meyer 2020-02-20 15:31:57 -05:00 committed by Leo Famulari
parent cbfa8bb313
commit d4160848a0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -270,14 +270,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
(version "7.20200202.7")
(version "7.20200219")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "1dj1ss7kp82wa0ybilhl88q6w49rj70qh61k2q8qfyx4ghliiigh"))))
(base32 "0pzwjh98jpirgssbd7pqfk7mzraibrk277dn34s2mrah8zy75b58"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags