guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: rust-curl-sys-0.4: Update to 0.4.53+curl-7.82.0.


From: guix-commits
Subject: 06/14: gnu: rust-curl-sys-0.4: Update to 0.4.53+curl-7.82.0.
Date: Thu, 9 Feb 2023 08:15:22 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit dbe173e7c8da1eb58dbe6ca6807a06d5c92e3d22
Author: Paul Alesius <paul@unnservice.com>
AuthorDate: Wed Feb 8 14:23:32 2023 -0500

    gnu: rust-curl-sys-0.4: Update to 0.4.53+curl-7.82.0.
    
    * gnu/packages/crates-io.scm (rust-curl-sys-0.4): Update to 
0.4.53+curl-7.82.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ff393c4d0d..0bd27b5406 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15068,7 +15068,7 @@ requests")
 (define-public rust-curl-sys-0.4
   (package
     (name "rust-curl-sys")
-    (version "0.4.44+curl-7.77.0")
+    (version "0.4.53+curl-7.82.0")
     (source
       (origin
         (method url-fetch)
@@ -15076,7 +15076,7 @@ requests")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1wds1gi15fja0i8gjfgk0a6c17ljsv17jvlngh8ky69b6blqavab"))
+          "0lh398vd34c55afyw5csbxqmnp7caxgpgci3y89c60lmb9d914l0"))
         (modules '((guix build utils)))
         (snippet
          '(begin (delete-file-recursively "curl") #t))))



reply via email to

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