[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/98: gnu: Add rust-redox-syscall-0.5.
From: |
guix-commits |
Subject: |
51/98: gnu: Add rust-redox-syscall-0.5. |
Date: |
Tue, 2 Apr 2024 07:21:56 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 8a2b865fca3dd30bc11dbc929b30f82849d5d331
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 1 13:27:36 2024 +0300
gnu: Add rust-redox-syscall-0.5.
* gnu/packages/crates-io.scm (rust-redox-syscall-0.5): New variable.
(rust-redox-syscall-0.4): Inherit from rust-redox-syscall-0.5.
Change-Id: I8a67a8ad9740cde210eb3a39e31f0986cfdc38ba
---
gnu/packages/crates-io.scm | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index be992a42ca..b218885de5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60771,22 +60771,22 @@ using tokio's @code{RwLock}")
owned memory.")
(license license:expat)))
-(define-public rust-redox-syscall-0.4
+(define-public rust-redox-syscall-0.5
(package
(name "rust-redox-syscall")
- (version "0.4.1")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "redox_syscall" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1aiifyz5dnybfvkk4cdab9p2kmphag1yad6iknc7aszlxxldf8j7"))))
+ (base32 "0zja6y3av9z50gg1hh0vsc053941wng21r43whhk8mfb9n4m5426"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; could not find `CloneFlags` in the crate root
+ `(#:tests? #f ; Functions not implemented on Linux.
#:cargo-inputs
- (("rust-bitflags" ,rust-bitflags-1)
+ (("rust-bitflags" ,rust-bitflags-2)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
(home-page "https://gitlab.redox-os.org/redox-os/syscall")
(synopsis "Rust library to access raw Redox system calls")
@@ -60794,6 +60794,24 @@ owned memory.")
"This package provides a Rust library to access raw Redox system calls.")
(license license:expat)))
+(define-public rust-redox-syscall-0.4
+ (package
+ (inherit rust-redox-syscall-0.5)
+ (name "rust-redox-syscall")
+ (version "0.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "redox_syscall" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1aiifyz5dnybfvkk4cdab9p2kmphag1yad6iknc7aszlxxldf8j7"))))
+ (arguments
+ `(#:tests? #f ; could not find `CloneFlags` in the crate root
+ #:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))))
+
(define-public rust-redox-syscall-0.3
(package
(inherit rust-redox-syscall-0.4)
- 26/98: gnu: rust-png-0.17: Update to 0.17.13., (continued)
- 26/98: gnu: rust-png-0.17: Update to 0.17.13., guix-commits, 2024/04/02
- 16/98: gnu: rust-block-buffer-0.10: Allow build., guix-commits, 2024/04/02
- 29/98: gnu: rust-ppv-lite86-0.2: Update to 0.2.17., guix-commits, 2024/04/02
- 25/98: gnu: rust-glutin-glx-sys-0.1: Update to 0.1.8., guix-commits, 2024/04/02
- 18/98: gnu: rust-buf-redux-0.8: Allow build., guix-commits, 2024/04/02
- 30/98: gnu: rust-crc32fast-1: Update to 1.4.0., guix-commits, 2024/04/02
- 32/98: gnu: rust-crossbeam-epoch-0.9: Update to 0.9.18., guix-commits, 2024/04/02
- 41/98: gnu: rust-memsec-0.6: Update to 0.6.3., guix-commits, 2024/04/02
- 50/98: gnu: rust-pom-3: Update to 3.4.0., guix-commits, 2024/04/02
- 40/98: gnu: Add rust-libredox-0.1., guix-commits, 2024/04/02
- 51/98: gnu: Add rust-redox-syscall-0.5.,
guix-commits <=
- 38/98: gnu: rust-itoa-1: Update to 1.0.11., guix-commits, 2024/04/02
- 31/98: gnu: rust-crossbeam-deque-0.8: Update to 0.8.5., guix-commits, 2024/04/02
- 28/98: gnu: Add rust-glutin-0.29., guix-commits, 2024/04/02
- 65/98: gnu: rust-cookie-0.11: Update to 0.11.5., guix-commits, 2024/04/02
- 20/98: gnu: rust-calloop-0.6: Allow build., guix-commits, 2024/04/02
- 27/98: gnu: Add rust-glium-0.32., guix-commits, 2024/04/02
- 57/98: gnu: rust-tinyvec-macros-0.1: Update to 0.1.1., guix-commits, 2024/04/02
- 35/98: gnu: rust-getrandom-0.1: Update to 0.1.16., guix-commits, 2024/04/02
- 44/98: gnu: rust-parking-lot-core-0.7: Update to 0.7.3., guix-commits, 2024/04/02
- 33/98: gnu: rust-dirs-sys-next-0.1: Update to 0.1.2., guix-commits, 2024/04/02