gnu: rust-open: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-open): Update to 1.7.1. [cargo-inputs]: Add rust-pathdiff-0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									ccfc03b17e
								
							
						
					
					
						commit
						e1a4e8d909
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		|  | @ -31441,18 +31441,20 @@ contents.") | |||
| (define-public rust-open-1 | ||||
|   (package | ||||
|     (name "rust-open") | ||||
|     (version "1.4.0") | ||||
|     (version "1.7.1") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "open" version)) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "0j6ci7jc2aabvw0rvq7a51sw9s2rk3mfsq0s5zjakzjf27q3na3w")))) | ||||
|         (base32 "00828zcxdy3r38inz48jgnszgvqgi1a3bi2rrhij86mqsqq7msnw")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:cargo-inputs | ||||
|        (("rust-winapi" ,rust-winapi-0.3)))) | ||||
|      `(#:skip-build? #t | ||||
|        #:cargo-inputs | ||||
|        (("rust-pathdiff" ,rust-pathdiff-0.2) | ||||
|         ("rust-winapi" ,rust-winapi-0.3)))) | ||||
|     (home-page "https://github.com/Byron/open-rs") | ||||
|     (synopsis "Open a path or URL using the program configured on the system") | ||||
|     (description | ||||
|  |  | |||
		Reference in a new issue