all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54720] [PATCH] gnu: curlie: Update to 1.6.9
@ 2022-04-05  3:17 Imran Iqbal
  2022-04-05 17:10 ` bug#54720: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Imran Iqbal @ 2022-04-05  3:17 UTC (permalink / raw)
  To: 54720; +Cc: Imran Iqbal

* gnu/packages/curl.scm (curlie): Update to 1.6.9
---
 gnu/packages/curl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54720: [PATCH] gnu: curlie: Update to 1.6.9
  2022-04-05  3:17 [bug#54720] [PATCH] gnu: curlie: Update to 1.6.9 Imran Iqbal
@ 2022-04-05 17:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-05 17:10 UTC (permalink / raw)
  To: Imran Iqbal; +Cc: 54720-done

Hi,

Imran Iqbal <imran@imraniqbal.org> skribis:

> * gnu/packages/curl.scm (curlie): Update to 1.6.9

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-05 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05  3:17 [bug#54720] [PATCH] gnu: curlie: Update to 1.6.9 Imran Iqbal
2022-04-05 17:10 ` bug#54720: " 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.