GNU bug report logs - #46792
[PATCH] gnu: guile-curl: Update to 0.9.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Fri, 26 Feb 2021 11:53:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 46792 <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: Léo Le Bouter <lle-bout <at> zaclys.net>, 46792 <at> debbugs.gnu.org
Subject: Re: [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
Date: Fri, 26 Feb 2021 15:27:34 +0100
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





This bug report was last modified 4 years and 77 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.