GNU bug report logs -
#46792
[PATCH] gnu: guile-curl: Update to 0.9.
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 11 Mar 2021 23:24:04 +0100
with message-id <87a6r9wcqj.fsf <at> gnu.org>
and subject line Re: bug#46792: [PATCH] gnu: guile-curl: Update to 0.9.
has caused the debbugs.gnu.org bug report #46792,
regarding [PATCH] gnu: guile-curl: Update to 0.9.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46792: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46792
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hi,
Xinglu Chen <public <at> yoctocell.xyz> skribis:
> * gnu/packages/curl.scm (guile-curl): Update to 0.9.
> [#:phases]: Update path to module.
Applied, thanks!
Ludo’.
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.