GNU bug report logs -
#66621
[PATCH] gnu: curlie: Update to 1.7.1
Previous Next
Reported by: Imran Iqbal <imran <at> imraniqbal.org>
Date: Thu, 19 Oct 2023 01:07:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
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..fb71674ac1 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -405,7 +405,7 @@ (define-public coeurl
(define-public curlie
(package
(name "curlie")
- (version "1.6.9")
+ (version "1.7.1")
(source
(origin
(method git-fetch)
@@ -415,7 +415,7 @@ (define-public curlie
(file-name (git-file-name name version))
(sha256
(base32
- "1b94wfliivfq06i5sf664nhmp3v1k0lpz33cv9lyk6s59awb2hnw"))))
+ "1wcnqqi0a6bg7gn525sl8r4xznc1cx17iw29in79np2m9spqax0h"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/rs/curlie"))
base-commit: 8d6b3dd0b863ccada887da8cd347727dd04cb456
--
2.42.0
This bug report was last modified 1 year and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.