* [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
@ 2021-02-26 11:52 Xinglu Chen
2021-02-26 13:27 ` Léo Le Bouter via Guix-patches via
2021-03-11 22:24 ` bug#46792: " Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Xinglu Chen @ 2021-02-26 11:52 UTC (permalink / raw)
To: 46792
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
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
2021-03-11 22:24 ` bug#46792: " Ludovic Courtès
1 sibling, 1 reply; 4+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-26 13:27 UTC (permalink / raw)
To: 46792
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
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!
Thank you!
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#46792] [PATCH] gnu: guile-curl: Update to 0.9.
2021-02-26 13:27 ` Léo Le Bouter via Guix-patches via
@ 2021-02-26 14:27 ` Xinglu Chen
0 siblings, 0 replies; 4+ messages in thread
From: Xinglu Chen @ 2021-02-26 14:27 UTC (permalink / raw)
To: Léo Le Bouter, 46792
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#46792: [PATCH] gnu: guile-curl: Update to 0.9.
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-03-11 22:24 ` Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-03-11 22:24 UTC (permalink / raw)
To: Xinglu Chen; +Cc: 46792-done
Hi,
Xinglu Chen <public@yoctocell.xyz> skribis:
> * gnu/packages/curl.scm (guile-curl): Update to 0.9.
> [#:phases]: Update path to module.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-03-11 22:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2021-03-11 22:24 ` bug#46792: " Ludovic Courtès
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.