gnu: chafa: Update to 1.2.2.
* gnu/packages/image-viewers.scm (chafa): Update to 1.2.2.
This commit is contained in:
		
							parent
							
								
									1b9e1648f6
								
							
						
					
					
						commit
						f73c1a48ce
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -509,14 +509,14 @@ preloading.") | ||||||
| (define-public chafa | (define-public chafa | ||||||
|   (package |   (package | ||||||
|     (name "chafa") |     (name "chafa") | ||||||
|     (version "1.2.1") |     (version "1.2.2") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "https://hpjansson.org/chafa/releases/chafa-" |               (uri (string-append "https://hpjansson.org/chafa/releases/chafa-" | ||||||
|                                   version ".tar.xz")) |                                   version ".tar.xz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1hj4vdyczby8h52ff23qxl8ng18p5jy549idngpiddwszf5s4drz")))) |                 "0aa7119514rhsak5i0kgvwllb9z74lnfzfn7dzfhs27fc8cvx1dg")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("pkg-config" ,pkg-config))) | ||||||
|  |  | ||||||
		Reference in a new issue