guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: rust-schannel-0.1: Update to 0.1.16.


From: guix-commits
Subject: 20/21: gnu: rust-schannel-0.1: Update to 0.1.16.
Date: Wed, 15 Jan 2020 02:04:04 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 98e5e7305ad46ccc9187c621b39c8d3b6039cca9
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 21:25:35 2020 +0200

    gnu: rust-schannel-0.1: Update to 0.1.16.
    
    * gnu/packages/crates-io.scm (rust-channel-0.1): Update to 0.1.16.
---
 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 d8ad71d..38a5130 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8575,7 +8575,7 @@ paths point to the same file.")
 (define-public rust-schannel-0.1
   (package
     (name "rust-schannel")
-    (version "0.1.15")
+    (version "0.1.16")
     (source
       (origin
         (method url-fetch)
@@ -8583,7 +8583,7 @@ paths point to the same file.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0f9k4pm8yc3z0n1n8hazvnrvg52f0sfxjc91bhf3r76rb3rapxpj"))))
+          "08d0p5iy574vdrax4l3laazic0crj7rp7vp3if5rrfkcdfq51xc7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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