[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: rust-libc-0.2: Update to 0.2.79.
From: |
guix-commits |
Subject: |
02/05: gnu: rust-libc-0.2: Update to 0.2.79. |
Date: |
Tue, 27 Oct 2020 04:26:05 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit c752657be0bdeb521f50c0bc155756703e655912
Author: André Batista <nandre@riseup.net>
AuthorDate: Thu Oct 22 21:02:38 2020 -0300
gnu: rust-libc-0.2: Update to 0.2.79.
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.79.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 8fb6cfc..5208031 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13159,7 +13159,7 @@ requires non-const function calls to be computed.")
(define-public rust-libc-0.2
(package
(name "rust-libc")
- (version "0.2.71")
+ (version "0.2.79")
(source
(origin
(method url-fetch)
@@ -13167,7 +13167,7 @@ requires non-const function calls to be computed.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "0jbgi25rhglhvpxv62alyzyral6601kldmlhbxim4w6j15jv0mwl"))))
+ "0hw7qnlymw5gi5c3xd7mirpgrc5l0pvqpjg9jb3vzqw0dq3gcj14"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs