gnu: rust-rustix-0.36: Update to 0.36.13.
* gnu/packages/crates-io.scm (rust-rustix-0.36): Update to 0.36.13. [cargo-inputs]: Replace rust-errno-0.2 with 0.3, rust-windows-sys-0.42 with 0.45. [cargo-development-inputs]: Replace rust-errno-0.2 with 0.3.
This commit is contained in:
		
							parent
							
								
									aa37ff73b2
								
							
						
					
					
						commit
						ff5b08ab01
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -53700,20 +53700,20 @@ rustc compiler.") | ||||||
|   (package |   (package | ||||||
|     (inherit rust-rustix-0.37) |     (inherit rust-rustix-0.37) | ||||||
|     (name "rust-rustix") |     (name "rust-rustix") | ||||||
|     (version "0.36.9") |     (version "0.36.13") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (crate-uri "rustix" version)) |               (uri (crate-uri "rustix" version)) | ||||||
|               (file-name (string-append name "-" version ".tar.gz")) |               (file-name (string-append name "-" version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1g1pxwmz82gf47ar5l80ijzpbcrf5yh9a6bdfi05pmgc3zqnyp7x")))) |                 "0n6ng6kdcz65ax5s17xavkjqs5a6gwcp9acc9r8blfp91d9gjf1s")))) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:cargo-inputs |      `(#:cargo-inputs | ||||||
|        (("rust-bitflags" ,rust-bitflags-1) |        (("rust-bitflags" ,rust-bitflags-1) | ||||||
|         ("rust-cc" ,rust-cc-1) |         ("rust-cc" ,rust-cc-1) | ||||||
|         ("rust-compiler-builtins" ,rust-compiler-builtins-0.1) |         ("rust-compiler-builtins" ,rust-compiler-builtins-0.1) | ||||||
|         ("rust-errno" ,rust-errno-0.2) |         ("rust-errno" ,rust-errno-0.3) | ||||||
|         ("rust-io-lifetimes" ,rust-io-lifetimes-1) |         ("rust-io-lifetimes" ,rust-io-lifetimes-1) | ||||||
|         ("rust-itoa" ,rust-itoa-1) |         ("rust-itoa" ,rust-itoa-1) | ||||||
|         ("rust-libc" ,rust-libc-0.2) |         ("rust-libc" ,rust-libc-0.2) | ||||||
|  | @ -53721,11 +53721,11 @@ rustc compiler.") | ||||||
|         ("rust-once-cell" ,rust-once-cell-1) |         ("rust-once-cell" ,rust-once-cell-1) | ||||||
|         ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1) |         ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1) | ||||||
|         ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1) |         ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1) | ||||||
|         ("rust-windows-sys" ,rust-windows-sys-0.42)) |         ("rust-windows-sys" ,rust-windows-sys-0.45)) | ||||||
|        #:cargo-development-inputs |        #:cargo-development-inputs | ||||||
|        (("rust-criterion" ,rust-criterion-0.4) |        (("rust-criterion" ,rust-criterion-0.4) | ||||||
|         ("rust-ctor" ,rust-ctor-0.1) |         ("rust-ctor" ,rust-ctor-0.1) | ||||||
|         ("rust-errno" ,rust-errno-0.2) |         ("rust-errno" ,rust-errno-0.3) | ||||||
|         ("rust-flate2" ,rust-flate2-1) |         ("rust-flate2" ,rust-flate2-1) | ||||||
|         ("rust-io-lifetimes" ,rust-io-lifetimes-1) |         ("rust-io-lifetimes" ,rust-io-lifetimes-1) | ||||||
|         ("rust-libc" ,rust-libc-0.2) |         ("rust-libc" ,rust-libc-0.2) | ||||||
|  |  | ||||||
		Reference in a new issue