guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: coeurl: Update to 0.2.0.


From: guix-commits
Subject: 01/03: gnu: coeurl: Update to 0.2.0.
Date: Thu, 10 Mar 2022 13:46:15 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 875c86e9d825094d536d94f4c63e6d79dd3e0f58
Author: raingloom <raingloom@riseup.net>
AuthorDate: Thu Mar 10 00:44:55 2022 +0100

    gnu: coeurl: Update to 0.2.0.
    
    * gnu/packages/curl.scm (coeurl): Update to 0.2.0.
---
 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 27a98185e0..2c3949b524 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -341,7 +341,7 @@ curl to obtain exactly that HTTP request.")
 (define-public coeurl
   (package
     (name "coeurl")
-    (version "0.1.1")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -350,7 +350,7 @@ curl to obtain exactly that HTTP request.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "0sqciagagyc0qv90g0qw8fkyvy4l8h7nbaz04chiz9gnv89hg28p"))))
+         "0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
     (build-system meson-build-system)
     (native-inputs
      (list doctest pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]