mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libjpeg: Update to 9c.
* gnu/packages/image.scm (libjpeg): Update to 9c.
This commit is contained in:
parent
32c18fcb3c
commit
38e4d5956f
1 changed files with 2 additions and 2 deletions
|
@ -251,13 +251,13 @@ (define-public pngcrunch
|
|||
(define-public libjpeg
|
||||
(package
|
||||
(name "libjpeg")
|
||||
(version "9b")
|
||||
(version "9c")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.ijg.org/files/jpegsrc.v"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"0lnhpahgdwlrkd41lx6cr90r199f8mc6ydlh7jznj5klvacd63r4"))))
|
||||
"08kixcf3a7s9x91174abjnk1xbvj4v8crdc73zi4k9h3jfbm00k5"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Library for handling JPEG files")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue