gnu: rust-webpki-0.22: Update to 0.22.4.
* gnu/packages/crates-web.scm (rust-webpki-0.22): Update to 0.22.4. [cargo-inputs]: Replace rust-ring-0.16 with 0.17, rust-untrusted-0.7 with 0.9. [cargo-development-inputs]: Add rust-serde-1, rust-serde-json-1. Change-Id: Ia8a8264e8b3819a4fa2726624f071ab88f37720b
This commit is contained in:
		
							parent
							
								
									258dff5799
								
							
						
					
					
						commit
						cd387c41ce
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		|  | @ -3539,21 +3539,23 @@ applications.") | |||
| (define-public rust-webpki-0.22 | ||||
|   (package | ||||
|     (name "rust-webpki") | ||||
|     (version "0.22.0") | ||||
|     (version "0.22.4") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "webpki" version)) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "1gd1gxip5kgdwmrvhj5gjxij2mgg2mavq1ych4q1h272ja0xg5gh")))) | ||||
|         (base32 "0lwv7jdlcqjjqqhxcrapnyk5bz4lvr12q444b50gzl3krsjswqzd")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:cargo-inputs | ||||
|        (("rust-ring" ,rust-ring-0.16) | ||||
|         ("rust-untrusted" ,rust-untrusted-0.7)) | ||||
|        (("rust-ring" ,rust-ring-0.17) | ||||
|         ("rust-untrusted" ,rust-untrusted-0.9)) | ||||
|        #:cargo-development-inputs | ||||
|        (("rust-base64" ,rust-base64-0.9)))) | ||||
|        (("rust-base64" ,rust-base64-0.9) | ||||
|         ("rust-serde" ,rust-serde-1) | ||||
|         ("rust-serde-json" ,rust-serde-json-1)))) | ||||
|     (home-page "https://github.com/briansmith/webpki") | ||||
|     (synopsis "Web PKI X.509 Certificate Verification") | ||||
|     (description "This package provides Web PKI X.509 Certificate | ||||
|  |  | |||
		Reference in a new issue