gnu: rust-palette-derive-0.7: Update to 0.7.5.
* gnu/packages/crates-graphics.scm (rust-palette-derive-0.7): Update to 0.7.5. Change-Id: Iece45f67bb82cf036a2f971afce931e26f591728
This commit is contained in:
		
							parent
							
								
									ef54abc260
								
							
						
					
					
						commit
						954c4661b3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2619,14 +2619,14 @@ on correctness, flexibility and ease of use.") | |||
| (define-public rust-palette-derive-0.7 | ||||
|   (package | ||||
|     (name "rust-palette-derive") | ||||
|     (version "0.7.3") | ||||
|     (version "0.7.5") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "palette_derive" version)) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "02ps239sxcr5v294qf89d87sv7fdm9pr2cziwj2l6ggzql703nxp")))) | ||||
|         (base32 "0vcxjslri6f24zgv3n6ixhzb21a8z23fa6h42s8ss2zcvc10g2g8")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:cargo-inputs (("rust-find-crate" ,rust-find-crate-0.6) | ||||
|  |  | |||
		Reference in a new issue