unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 46792@debbugs.gnu.org
Subject: [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
Date: Fri, 26 Feb 2021 12:52:35 +0100	[thread overview]
Message-ID: <2e1d97cc4baaad39ff33db070b1b47779182d9a2.1614340296.git.public@yoctocell.xyz> (raw)

* gnu/packages/curl.scm (guile-curl): Update to 0.9.
[#:phases]: Update path to module.
---
 gnu/packages/curl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 52c2be2f80..730676875c 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -198,14 +198,14 @@ not offer a replacement for libcurl.")
 (define-public guile-curl
   (package
    (name "guile-curl")
-   (version "0.7")
+   (version "0.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://www.lonelycactus.com/tarball/"
                                 "guile_curl-" version ".tar.gz"))
             (sha256
              (base32
-              "1zk0ijx6bj212k0j0ma84cpvpvn0x6raaxnby3wdx3w4wnhnscn7"))))
+              "0y7wfhilfm6vzs0wyifrrc2pj9nsxfas905c7qa5cw4i6s74ypmi"))))
    (build-system gnu-build-system)
    (arguments
     `(#:modules (((guix build guile-build-system)
@@ -230,7 +230,7 @@ not offer a replacement for libcurl.")
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-undefined-references
           (lambda* _
-            (substitute* "src/curl.scm"
+            (substitute* "module/curl.scm"
               ;; The following #defines are missing from our curl package
               ;; and therefore result in the evaluation of undefined symbols.
               ((",CURLOPT_HAPROXYPROTOCOL") "#f")

base-commit: 099026df5ba6443a9291e8f9d91ccacfdce2f00d
-- 
2.30.0






             reply	other threads:[~2021-02-26 11:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 11:52 Xinglu Chen [this message]
2021-02-26 13:27 ` [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9 Léo Le Bouter via Guix-patches via
2021-02-26 14:27   ` Xinglu Chen
2021-03-11 22:24 ` bug#46792: " Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=2e1d97cc4baaad39ff33db070b1b47779182d9a2.1614340296.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=46792@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).