gnu: rust-imgref-1: Update to 1.9.4.
* gnu/packages/crates-graphics.scm (rust-imgref-1): Update to 1.9.4. [arguments]: Don't skip build.
This commit is contained in:
		
							parent
							
								
									53fccd537d
								
							
						
					
					
						commit
						3826ffd107
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -1305,16 +1305,15 @@ filters and decoders for the most common image formats.") | ||||||
| (define-public rust-imgref-1 | (define-public rust-imgref-1 | ||||||
|   (package |   (package | ||||||
|     (name "rust-imgref") |     (name "rust-imgref") | ||||||
|     (version "1.7.1") |     (version "1.9.4") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (crate-uri "imgref" version)) |        (uri (crate-uri "imgref" version)) | ||||||
|        (file-name (string-append name "-" version ".tar.gz")) |        (file-name (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "19dd5xss3nd40avv8az2kzicpxx71c2akiqznr616hki30w9vj07")))) |         (base32 "0b3czpz206z4nvpq7yq0v58bwjmqjwjmkr302hbzpp4523glkkxj")))) | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (arguments `(#:skip-build? #t)) |  | ||||||
|     (home-page "https://github.com/kornelski/imgref") |     (home-page "https://github.com/kornelski/imgref") | ||||||
|     (synopsis "2D slice of a @code{Vec}") |     (synopsis "2D slice of a @code{Vec}") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue