guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: git-annex: Update to 10.20220927.


From: guix-commits
Subject: 01/03: gnu: git-annex: Update to 10.20220927.
Date: Wed, 28 Sep 2022 09:13:56 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9bd8e145500d8687bb240fb66691e00aa56f66a6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 28 15:45:48 2022 +0300

    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.
---
 gnu/packages/haskell-apps.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 50380281d7..58a70dfa3a 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ to @code{cabal repl}).")
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "10.20220822")
+    (version "10.20220927")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/";
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "1qv3cb7p2zyc5mpcr4nfgzdmswfny5jbimd2ip7ygh71jlahrbfc"))))
+        (base32 "1bqcaddw47g6i3z9g0iym5x7zy1q8fsirzqnjsa63n2bwm6zzplc"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags
@@ -406,6 +406,7 @@ to @code{cabal repl}).")
            ghc-bloomfilter
            ghc-byteable
            ghc-case-insensitive
+           ghc-clientsession
            ghc-concurrent-output
            ghc-conduit
            ghc-connection
@@ -462,6 +463,14 @@ to @code{cabal repl}).")
            ghc-utf8-string
            ghc-uuid
            ghc-vector
+           ghc-wai
+           ghc-wai-extra
+           ghc-warp
+           ghc-warp-tls
+           ghc-yesod
+           ghc-yesod-core
+           ghc-yesod-form
+           ghc-yesod-static
            git
            rsync))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]