mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
Revert "gnu: rust-rustix@0.38: Update to 0.38.34."
This reverts commit 26a56f76ab
.
This commit is contained in:
parent
589afea9e3
commit
29a0d1c4e6
1 changed files with 2 additions and 2 deletions
|
@ -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$"))
|
||||
|
|
Loading…
Reference in a new issue