[PATCH] gnu: curlie: Update to 1.6.9

  • Done
  • quality assurance status badge
Details
2 participants
  • Imran Iqbal
  • Ludovic Courtès
Owner
unassigned
Submitted by
Imran Iqbal
Severity
normal
I
I
Imran Iqbal wrote on 5 Apr 2022 05:17
(address . guix-patches@gnu.org)(name . Imran Iqbal)(address . imran@imraniqbal.org)
20220405031744.173987-1-imran@imraniqbal.org
* gnu/packages/curl.scm (curlie): Update to 1.6.9
---
gnu/packages/curl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 021a3afcce..a83ecbaa09 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -366,7 +366,7 @@ (define-public coeurl
(define-public curlie
(package
(name "curlie")
- (version "1.6.7")
+ (version "1.6.9")
(source
(origin
(method git-fetch)
@@ -376,7 +376,7 @@ (define-public curlie
(file-name (git-file-name name version))
(sha256
(base32
- "1kmp8kd5sahb7x01pkk80zs7dvsnziavjlk2igis499a3ddcjqmr"))))
+ "1b94wfliivfq06i5sf664nhmp3v1k0lpz33cv9lyk6s59awb2hnw"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/rs/curlie"))
--
2.35.1
L
L
Ludovic Courtès wrote on 5 Apr 2022 19:10
(name . Imran Iqbal)(address . imran@imraniqbal.org)(address . 54720-done@debbugs.gnu.org)
8735irlamo.fsf@gnu.org
Hi,

Imran Iqbal <imran@imraniqbal.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/curl.scm (curlie): Update to 1.6.9

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54720@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54720
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch