Archived
1
0
Fork 0

gnu: rust-rustix: Update to 0.38.31.

* gnu/packages/crates-io.scm (rust-ruxtix-0.38): Update to 0.38.31.

Change-Id: Id192a7d23366cc0d03826d345c10cc5059ffa594
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
VÖRÖSKŐI András 2024-02-24 21:39:49 +01:00 committed by Efraim Flashner
parent f62e1ca27a
commit 53f62ae1ed
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -58388,14 +58388,14 @@ rustc compiler.")
(define-public rust-rustix-0.38
(package
(name "rust-rustix")
(version "0.38.28")
(version "0.38.31")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustix" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "05m3vacvbqbg6r6ksmx9k5afpi0lppjdv712crrpsrfax2jp5rbj"))
(base32 "0jg9yj3i6qnzk1y82hng7rb1bwhslfbh57507dxcs9mgcakf38vf"))
(snippet
#~(begin (use-modules (guix build utils))
(for-each delete-file (find-files "." "\\.a$"))