* [bug#55785] [PATCH]: gnu: rust-libc-0.2: Update to 0.2.126.
@ 2022-06-03 17:56 Jean Pierre De Jesus DIAZ via Guix-patches via
2023-09-02 0:12 ` bug#55785: " Vagrant Cascadian
0 siblings, 1 reply; 2+ messages in thread
From: Jean Pierre De Jesus DIAZ via Guix-patches via @ 2022-06-03 17:56 UTC (permalink / raw)
To: 55785
[-- Attachment #1: Type: text/plain, Size: 13 bytes --]
Empty Message
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-rust-libc-0.2-Update-to-0.2.126.patch --]
[-- Type: text/x-patch; name=0001-gnu-rust-libc-0.2-Update-to-0.2.126.patch, Size: 1220 bytes --]
From 9481469258e7f9f516838813aaad9c7315825132 Mon Sep 17 00:00:00 2001
Message-Id: <9481469258e7f9f516838813aaad9c7315825132.1654278878.git.me@jeandudey.tech>
From: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
Date: Fri, 3 Jun 2022 19:36:28 +0200
Subject: [PATCH] gnu: rust-libc-0.2: Update to 0.2.126
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.126.
---
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 86313f5e4f..41ff7acc4d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31175,14 +31175,14 @@ (define-public rust-lexopt-0.2
(define-public rust-libc-0.2
(package
(name "rust-libc")
- (version "0.2.112")
+ (version "0.2.126")
(source
(origin
(method url-fetch)
(uri (crate-uri "libc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "09bik7pcck869kfr5i9hjhnck0mzpd9v0ijxbqnh8fja6rzx20qv"))))
+ (base32 "0diqlpap4pq81284368vffjwvp9jg9hp2x03s7hlk2yj3icmm79l"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-02 0:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-03 17:56 [bug#55785] [PATCH]: gnu: rust-libc-0.2: Update to 0.2.126 Jean Pierre De Jesus DIAZ via Guix-patches via
2023-09-02 0:12 ` bug#55785: " Vagrant Cascadian
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.