gnu: libjpeg-turbo: Update to 2.0.1.
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.1.
This commit is contained in:
		
							parent
							
								
									1146324199
								
							
						
					
					
						commit
						92f19f1311
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1297,14 +1297,14 @@ PNG, and performs PNG integrity checks and corrections.") | ||||||
| (define-public libjpeg-turbo | (define-public libjpeg-turbo | ||||||
|   (package |   (package | ||||||
|     (name "libjpeg-turbo") |     (name "libjpeg-turbo") | ||||||
|     (version "2.0.0") |     (version "2.0.1") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "mirror://sourceforge/" name "/" version "/" |               (uri (string-append "mirror://sourceforge/" name "/" version "/" | ||||||
|                                   name "-" version ".tar.gz")) |                                   name "-" version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0s48zz6awd493hmb200abmsizh68fh1jmz98r41n4c8dbl87d23p")))) |                 "1zv6z093l3x3jzygvni7b819j7xhn6d63jhcdrckj7fz67n6ry75")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("nasm" ,nasm))) |      `(("nasm" ,nasm))) | ||||||
|  |  | ||||||
		Reference in a new issue