gnu: git-annex: Update to 10.20220927.

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220927.
[inputs]: Add ghc-clientsession, ghc-wai, ghc-wai-extra, ghc-warp,
ghc-warp-tls, ghc-yesod, ghc-yesod-core, ghc-yesod-form, and
ghc-yesod-static.
This commit is contained in:
Efraim Flashner 2022-09-28 15:45:48 +03:00
parent c249927ebb
commit 9bd8e14550
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.20220822") (version "10.20220927")
(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 "1qv3cb7p2zyc5mpcr4nfgzdmswfny5jbimd2ip7ygh71jlahrbfc")))) (base32 "1bqcaddw47g6i3z9g0iym5x7zy1q8fsirzqnjsa63n2bwm6zzplc"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -406,6 +406,7 @@ to @code{cabal repl}).")
ghc-bloomfilter ghc-bloomfilter
ghc-byteable ghc-byteable
ghc-case-insensitive ghc-case-insensitive
ghc-clientsession
ghc-concurrent-output ghc-concurrent-output
ghc-conduit ghc-conduit
ghc-connection ghc-connection
@ -462,6 +463,14 @@ to @code{cabal repl}).")
ghc-utf8-string ghc-utf8-string
ghc-uuid ghc-uuid
ghc-vector ghc-vector
ghc-wai
ghc-wai-extra
ghc-warp
ghc-warp-tls
ghc-yesod
ghc-yesod-core
ghc-yesod-form
ghc-yesod-static
git git
rsync)) rsync))
(native-inputs (native-inputs