Revert "gnu: rust-rustix@0.38: Update to 0.38.34."

This reverts commit 26a56f76ab.
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-25 02:00:00 +02:00
parent 589afea9e3
commit 29a0d1c4e6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -66141,14 +66141,14 @@ (define-public rust-rusticata-macros-4
(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$"))