gnu: git-annex: Update to 8.20200309.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2020-03-09 18:29:03 -04:00 committed by Efraim Flashner
parent ba726ebc2d
commit 80b2825d95
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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