gnu: rust-cargo-util-0.2: Update to 0.2.9.
* gnu/packages/crates-io.scm (rust-cargo-util-0.2): Update to 0.2.9. [cargo-inputs]: Add rust-ignore-0.4. Replace rust-windows-sys-0.48 with 0.52. Change-Id: I9531381f241edb7a3bd62d97f410115a3cac621c
This commit is contained in:
		
							parent
							
								
									4d5a7f4350
								
							
						
					
					
						commit
						86cb1c0bfc
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -10148,14 +10148,14 @@ parsing with Serde.") | ||||||
| (define-public rust-cargo-util-0.2 | (define-public rust-cargo-util-0.2 | ||||||
|   (package |   (package | ||||||
|     (name "rust-cargo-util") |     (name "rust-cargo-util") | ||||||
|     (version "0.2.8") |     (version "0.2.9") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (crate-uri "cargo-util" version)) |        (uri (crate-uri "cargo-util" version)) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1yv3s2ycvr7hp5qx5y8gxvgg2lybc2xfm09qfvfksddji8fxsaxv")))) |         (base32 "0hp3sj7j9l5k771ayz1srm39gr21mcw9v3qpy3wc38akdqy2r1kl")))) | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:cargo-inputs |      `(#:cargo-inputs | ||||||
|  | @ -10163,6 +10163,7 @@ parsing with Serde.") | ||||||
|         ("rust-core-foundation" ,rust-core-foundation-0.9) |         ("rust-core-foundation" ,rust-core-foundation-0.9) | ||||||
|         ("rust-filetime" ,rust-filetime-0.2) |         ("rust-filetime" ,rust-filetime-0.2) | ||||||
|         ("rust-hex" ,rust-hex-0.4) |         ("rust-hex" ,rust-hex-0.4) | ||||||
|  |         ("rust-ignore" ,rust-ignore-0.4) | ||||||
|         ("rust-jobserver" ,rust-jobserver-0.1) |         ("rust-jobserver" ,rust-jobserver-0.1) | ||||||
|         ("rust-libc" ,rust-libc-0.2) |         ("rust-libc" ,rust-libc-0.2) | ||||||
|         ("rust-miow" ,rust-miow-0.6) |         ("rust-miow" ,rust-miow-0.6) | ||||||
|  | @ -10172,7 +10173,7 @@ parsing with Serde.") | ||||||
|         ("rust-tempfile" ,rust-tempfile-3) |         ("rust-tempfile" ,rust-tempfile-3) | ||||||
|         ("rust-tracing" ,rust-tracing-0.1) |         ("rust-tracing" ,rust-tracing-0.1) | ||||||
|         ("rust-walkdir" ,rust-walkdir-2) |         ("rust-walkdir" ,rust-walkdir-2) | ||||||
|         ("rust-windows-sys" ,rust-windows-sys-0.48)))) |         ("rust-windows-sys" ,rust-windows-sys-0.52)))) | ||||||
|     (inputs |     (inputs | ||||||
|      (list openssl)) |      (list openssl)) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|  |  | ||||||
		Reference in a new issue