all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: 54590@debbugs.gnu.org
Subject: [bug#54590] [PATCH 4/4] gnu: git-annex: Update to 10.20220322.
Date: Sat, 26 Mar 2022 23:26:04 -0400	[thread overview]
Message-ID: <20220327032604.475598-4-kyle@kyleam.com> (raw)
In-Reply-To: <20220327031210.474782-1-kyle@kyleam.com>

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220322.
[inputs]: Add ghc-http-client-restricted.
---
 gnu/packages/haskell-apps.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index ecd1a93317..5c351fa981 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ (define-public ghcid
 (define-public git-annex
   (package
     (name "git-annex")
-    (version "10.20220222")
+    (version "10.20220322")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://hackage.haskell.org/package/"
                            "git-annex/git-annex-" version ".tar.gz"))
        (sha256
-        (base32 "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z"))))
+        (base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"))))
     (build-system haskell-build-system)
     (arguments
      `(#:configure-flags
@@ -425,6 +425,7 @@ (define-public git-annex
            ghc-hinotify
            ghc-hslogger
            ghc-http-client
+           ghc-http-client-restricted
            ghc-http-conduit
            ghc-http-types
            ghc-ifelse
-- 
2.34.0





  parent reply	other threads:[~2022-03-27  3:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-27  3:12 [bug#54590] [PATCH 0/4] Update git-annex to 10.20220322 Kyle Meyer
2022-03-27  3:26 ` [bug#54590] [PATCH 1/4] gnu: ghc-http-client: Update to 0.7.11 Kyle Meyer
2022-03-27  3:26 ` [bug#54590] [PATCH 2/4] gnu: ghc-http-client-tls: Update to 0.3.6.1 Kyle Meyer
2022-03-27  3:26 ` [bug#54590] [PATCH 3/4] gnu: Add ghc-http-client-restricted Kyle Meyer
2022-03-27  3:26 ` Kyle Meyer [this message]
2022-03-29 17:10 ` bug#54590: [PATCH 0/4] Update git-annex to 10.20220322 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220327032604.475598-4-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=54590@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.