lbraun pushed a commit to branch master
in repository guix.

commit 813accee3fd88c8cf9ff67432964fcfc9957f4a0
Author: Matthias Riße <[email protected]>
AuthorDate: Sat Nov 30 10:11:42 2024 +0100

    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 <[email protected]>
---
 gnu/packages/haskell-apps.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 843681f311..1f5d1d74d3 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -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

Reply via email to