guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-openssl-sys-0.9: Update to 0.9.64.


From: guix-commits
Subject: branch master updated: gnu: rust-openssl-sys-0.9: Update to 0.9.64.
Date: Mon, 21 Jun 2021 11:02:58 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cfe79af  gnu: rust-openssl-sys-0.9: Update to 0.9.64.
cfe79af is described below

commit cfe79af7e6798e26d4676cd0158ba37b80370665
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 21 18:01:54 2021 +0300

    gnu: rust-openssl-sys-0.9: Update to 0.9.64.
    
    * gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.64.
---
 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 ecdc813..930ab5d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29687,14 +29687,14 @@ system for OpenSSL.")
 (define-public rust-openssl-sys-0.9
   (package
     (name "rust-openssl-sys")
-    (version "0.9.60")
+    (version "0.9.64")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "openssl-sys" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "1rpkfl0rmdcvxzyzp3n24g9clplh4avgzpi5c2a3hx96hcccf7wj"))
+         (base32 "1bsim2zk69q1dw6rixn48l1ci8bmz5kvbkgsks2ci079w0pzr7i0"))
         (patches (search-patches "rust-openssl-sys-no-vendor.patch"))))
     (build-system cargo-build-system)
     (arguments



reply via email to

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