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:
parent
e59069fe2b
commit
6c317e02ee
1 changed files with 3 additions and 2 deletions
|
@ -304,14 +304,14 @@ to @code{cabal repl}).")
|
||||||
(define-public git-annex
|
(define-public git-annex
|
||||||
(package
|
(package
|
||||||
(name "git-annex")
|
(name "git-annex")
|
||||||
(version "10.20220222")
|
(version "10.20220322")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"git-annex/git-annex-" version ".tar.gz"))
|
"git-annex/git-annex-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z"))))
|
(base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -425,6 +425,7 @@ to @code{cabal repl}).")
|
||||||
ghc-hinotify
|
ghc-hinotify
|
||||||
ghc-hslogger
|
ghc-hslogger
|
||||||
ghc-http-client
|
ghc-http-client
|
||||||
|
ghc-http-client-restricted
|
||||||
ghc-http-conduit
|
ghc-http-conduit
|
||||||
ghc-http-types
|
ghc-http-types
|
||||||
ghc-ifelse
|
ghc-ifelse
|
||||||
|
|
Reference in a new issue