gnu: git-annex: Update to 10.20220127.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Kyle Meyer 2022-01-27 23:14:26 -05:00 committed by Efraim Flashner
parent 305330a585
commit ce721bd2ce
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -306,14 +306,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "8.20211231")
(version "10.20220127")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "0cpa3rl8vcm0arima8x9m5q0a9r05z0851ibr1vcria2z0mmwmi7"))))
(base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags