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
This commit is contained in:
Imran Iqbal 2023-10-18 21:04:55 -04:00 committed by Mathieu Othacehe
parent 137ff33daf
commit a0060934a5
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -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"))