guix-commits
[Top][All Lists]
Advanced

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

53/59: gnu: coeurl: Update to 0.2.1.


From: guix-commits
Subject: 53/59: gnu: coeurl: Update to 0.2.1.
Date: Tue, 29 Nov 2022 16:08:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f4e4ba8a1b58a253e1b16128ddc904036d07bfd7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 20 01:00:01 2022 +0100

    gnu: coeurl: Update to 0.2.1.
    
    * gnu/packages/curl.scm (coeurl): Update to 0.2.1.
---
 gnu/packages/curl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index d82d94abff..c713859a62 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -366,7 +366,7 @@ curl to obtain exactly that HTTP request.")
 (define-public coeurl
   (package
     (name "coeurl")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -375,8 +375,7 @@ curl to obtain exactly that HTTP request.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
+        (base32 "0qbbrfs35zl0wl6x6jn4p9ncxgdm70a883cflvikkykx9n5k2lpq"))))
     (build-system meson-build-system)
     (native-inputs
      (list doctest pkg-config))



reply via email to

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