guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: rust-libc-0.2: Update to 0.2.66.


From: guix-commits
Subject: 09/12: gnu: rust-libc-0.2: Update to 0.2.66.
Date: Fri, 17 Jan 2020 02:54:20 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 290436d1109ae6f19bd8fbeb49ec7b3a858e98b9
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Jan 16 22:37:07 2020 +0200

    gnu: rust-libc-0.2: Update to 0.2.66.
    
    * gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.66.
---
 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 8f62e89..9e81019 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4954,7 +4954,7 @@ requires non-const function calls to be computed.")
 (define-public rust-libc-0.2
   (package
     (name "rust-libc")
-    (version "0.2.65")
+    (version "0.2.66")
     (source
      (origin
        (method url-fetch)
@@ -4962,7 +4962,7 @@ requires non-const function calls to be computed.")
        (file-name (string-append name "-" version ".crate"))
        (sha256
         (base32
-         "1s14bjxnz6haw0gr1h3j4sr7s2s407hpgm8dxhwnl7yzgxia0c8s"))))
+         "0n0mwry21fxfwc063k33mvxk8xj7ia5ar8m42c9ymbam2ksb25fm"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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