guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-openssl-0.10: Update to 0.10.30.


From: guix-commits
Subject: branch master updated: gnu: rust-openssl-0.10: Update to 0.10.30.
Date: Thu, 03 Dec 2020 03:35:49 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c050bef  gnu: rust-openssl-0.10: Update to 0.10.30.
c050bef is described below

commit c050bef5cf79301d15f0bf8fb09feab085d9ff61
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 3 09:34:58 2020 +0100

    gnu: rust-openssl-0.10: Update to 0.10.30.
    
    * gnu/packages/crates-io.scm (rust-openssl-0): Update to 0.10.30.
---
 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 c888ab2..d5599ff 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17826,7 +17826,7 @@ You probably don't want to link to this crate directly; 
instead check out the
 (define-public rust-openssl-0.10
   (package
     (name "rust-openssl")
-    (version "0.10.26")
+    (version "0.10.30")
     (source
      (origin
        (method url-fetch)
@@ -17835,7 +17835,7 @@ You probably don't want to link to this crate directly; 
instead check out the
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "11d505lwlrh5a0jc2l6q36gvsaqic3vizq5q860hiqcqkmwwag1s"))))
+         "1d5wwajanjw1q5d2y23yaq8rvbaqb20z53v7hfdryhb56vzmwmwd"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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