all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: "Léo Le Bouter" <lle-bout@zaclys.net>, 46792@debbugs.gnu.org
Subject: [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
Date: Fri, 26 Feb 2021 15:27:34 +0100	[thread overview]
Message-ID: <87im6ehpk9.fsf@yoctocell.xyz> (raw)
In-Reply-To: <bde6ee64975f371e94fdc017b9504689f9461d69.camel@zaclys.net>

On Fri, Feb 26 2021, Léo Le Bouter via Guix-patches via wrote:

> Hello!
>
> Could you use this package update with some software? GNU Guix does not
> have any package that actually uses it.
>
> Once I have a bit more assurance that this works correctly when used,
> LGTM!

I tried one of their example files and it worked as expected.

#+begin_src scheme
(use-modules (curl))

(define handle (curl-easy-init))
(curl-easy-setopt handle 'url "http://www.gnu.org")
(display (curl-easy-perform handle))
#+end_src





  reply	other threads:[~2021-02-26 14:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26 11:52 [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9 Xinglu Chen
2021-02-26 13:27 ` Léo Le Bouter via Guix-patches via
2021-02-26 14:27   ` Xinglu Chen [this message]
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

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

  git send-email \
    --in-reply-to=87im6ehpk9.fsf@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=46792@debbugs.gnu.org \
    --cc=lle-bout@zaclys.net \
    /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.