gnu: git-annex: Update to 10.20220322.

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220322.
[inputs]: Add ghc-http-client-restricted.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Kyle Meyer 2022-03-26 23:26:04 -04:00 committed by Leo Famulari
parent e59069fe2b
commit 6c317e02ee
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -304,14 +304,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "10.20220222")
(version "10.20220322")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32 "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z"))))
(base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
@ -425,6 +425,7 @@ (define-public git-annex
ghc-hinotify
ghc-hslogger
ghc-http-client
ghc-http-client-restricted
ghc-http-conduit
ghc-http-types
ghc-ifelse