gnu: git-annex: Update to 10.20241031

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20241031.
  [inputs]: Add ghc-servant-client and ghc-servant-server.

Change-Id: Ic7892a9745123e957bc2b07d9e75845a23a00c35
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
Matthias Riße 2024-11-30 10:11:42 +01:00 committed by Lars-Dominik Braun
parent 179e45bada
commit 813accee3f
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -297,7 +297,7 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
(version "10.20240831")
(version "10.20241031")
(source
(origin
;; hackage release doesn't include everything needed for extra bits.
@ -307,7 +307,7 @@ to @code{cabal repl}).")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1g6paxjpdjmzr623p7cf6chh42g5azwlzlnxgljhyhdmz6bxj5fr"))))
(base32 "0x05mgxwn8a1czc98bp242828khw94f232slfbzvx86xx0z3c3d9"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
@ -460,6 +460,8 @@ to @code{cabal repl}).")
ghc-safesemaphore
ghc-sandi
ghc-securemem
ghc-servant-client
ghc-servant-server
ghc-socks
ghc-split
ghc-stm-chans