mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
Revert "gnu: rust-rustix@0.38: Update to 0.38.34."
This reverts commit 26a56f76ab.
This commit is contained in:
@@ -66141,14 +66141,14 @@ rustc compiler.")
|
||||
(define-public rust-rustix-0.38
|
||||
(package
|
||||
(name "rust-rustix")
|
||||
(version "0.38.34")
|
||||
(version "0.38.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustix" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "03vkqa2ism7q56rkifyy8mns0wwqrk70f4i4fd53r97p8b05xp3h"))
|
||||
(base32 "0jg9yj3i6qnzk1y82hng7rb1bwhslfbh57507dxcs9mgcakf38vf"))
|
||||
(snippet
|
||||
#~(begin (use-modules (guix build utils))
|
||||
(for-each delete-file (find-files "." "\\.a$"))
|
||||
|
||||
Reference in New Issue
Block a user