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:
parent
f62e1ca27a
commit
53f62ae1ed
1 changed files with 2 additions and 2 deletions
|
@ -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$"))
|
||||
|
|
Reference in a new issue