[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: curlie: Update to 1.7.2.
From: |
guix-commits |
Subject: |
04/11: gnu: curlie: Update to 1.7.2. |
Date: |
Wed, 25 Oct 2023 06:01:40 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit a0060934a5d7c0bfe81652b31fded150a0ed8e3d
Author: Imran Iqbal <imran@imraniqbal.org>
AuthorDate: Wed Oct 18 21:04:55 2023 -0400
gnu: curlie: Update to 1.7.2.
* gnu/packages/curl.scm (curlie): Update to 1.7.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: Ic54bb5c1975fe8b954b4ab4b72ca5748c0924b7a
---
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 02803833e6..9f06f35495 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -405,7 +405,7 @@ asynchronously via cURL in C++.")
(define-public curlie
(package
(name "curlie")
- (version "1.6.9")
+ (version "1.7.2")
(source
(origin
(method git-fetch)
@@ -415,7 +415,7 @@ asynchronously via cURL in C++.")
(file-name (git-file-name name version))
(sha256
(base32
- "1b94wfliivfq06i5sf664nhmp3v1k0lpz33cv9lyk6s59awb2hnw"))))
+ "04gwd9sqpykappnzyw9icgn5253cx1vwpr2h1fg7sgkyq3fjmsv0"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/rs/curlie"))
- branch master updated (e0b94a4d27 -> c6d2bb9d0a), guix-commits, 2023/10/25
- 01/11: gnu: guile-dsv: Update to 0.7.1., guix-commits, 2023/10/25
- 03/11: gnu: diffoscope: Update to 251., guix-commits, 2023/10/25
- 04/11: gnu: curlie: Update to 1.7.2.,
guix-commits <=
- 02/11: gnu: mympd: Update to 12.1.1., guix-commits, 2023/10/25
- 08/11: gnu: picard: Update to 2.10., guix-commits, 2023/10/25
- 10/11: gnu: lighttpd: Update to 1.4.72., guix-commits, 2023/10/25
- 05/11: gnu: hplip: Fix USB timeouts., guix-commits, 2023/10/25
- 06/11: gnu: emacs-exwm: Update to 0.28., guix-commits, 2023/10/25
- 07/11: gnu: emacs-doom-modeline: Update to 4.0.1., guix-commits, 2023/10/25
- 09/11: gnu: python-versioneer: Update to 0.29., guix-commits, 2023/10/25
- 11/11: gnu: gnuplot: Update to 5.4.9., guix-commits, 2023/10/25