[PATCH] gnu: curlie: Update to 1.7.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Imran Iqbal
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Imran Iqbal
Severity
normal
I
I
Imran Iqbal wrote on 19 Oct 2023 03:04
(address . guix-patches@gnu.org)(name . Imran Iqbal)(address . imran@imraniqbal.org)
28de0e837a9a8588221887ae848aa3fa0433abc5.1697677495.git.imran@imraniqbal.org
---
gnu/packages/curl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
M
M
Mathieu Othacehe wrote on 25 Oct 2023 11:47
(name . Imran Iqbal)(address . imran@imraniqbal.org)(address . 66621-done@debbugs.gnu.org)
87v8avxcc1.fsf@gnu.org
Hello,

I added a commit message and updated to the 1.7.2 before applying.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 66621
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