mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
179e45bada
commit
813accee3f
1 changed files with 4 additions and 2 deletions
|
@ -297,7 +297,7 @@ to @code{cabal repl}).")
|
||||||
(define-public git-annex
|
(define-public git-annex
|
||||||
(package
|
(package
|
||||||
(name "git-annex")
|
(name "git-annex")
|
||||||
(version "10.20240831")
|
(version "10.20241031")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; hackage release doesn't include everything needed for extra bits.
|
;; hackage release doesn't include everything needed for extra bits.
|
||||||
|
@ -307,7 +307,7 @@ to @code{cabal repl}).")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g6paxjpdjmzr623p7cf6chh42g5azwlzlnxgljhyhdmz6bxj5fr"))))
|
(base32 "0x05mgxwn8a1czc98bp242828khw94f232slfbzvx86xx0z3c3d9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(properties '((upstream-name . "git-annex")))
|
(properties '((upstream-name . "git-annex")))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -460,6 +460,8 @@ to @code{cabal repl}).")
|
||||||
ghc-safesemaphore
|
ghc-safesemaphore
|
||||||
ghc-sandi
|
ghc-sandi
|
||||||
ghc-securemem
|
ghc-securemem
|
||||||
|
ghc-servant-client
|
||||||
|
ghc-servant-server
|
||||||
ghc-socks
|
ghc-socks
|
||||||
ghc-split
|
ghc-split
|
||||||
ghc-stm-chans
|
ghc-stm-chans
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue