summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 03:34:47 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 03:35:07 +0200
commit38e4d5956f8d585b1c0263a1a6c79e749d7e7c90 (patch)
tree20603d016921f9f606facf6de2f83d11e809cb56 /gnu
parent32c18fcb3c3cb10303aa4ef07571867e8ce3fe8d (diff)
downloadpatches-38e4d5956f8d585b1c0263a1a6c79e749d7e7c90.tar
patches-38e4d5956f8d585b1c0263a1a6c79e749d7e7c90.tar.gz
gnu: libjpeg: Update to 9c.
* gnu/packages/image.scm (libjpeg): Update to 9c.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/image.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a6d8b320da..5a3542b4aa 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -251,13 +251,13 @@ files. It can compress them as much as 40% losslessly.")
(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