gnu: jasper: Update to 2.0.19.

* gnu/packages/image.scm (jasper): Update to 2.0.19.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-29 13:07:01 +02:00
parent f6ea0815eb
commit ab10e460d6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1365,7 +1365,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
(define-public jasper
(package
(name "jasper")
(version "2.0.17")
(version "2.0.19")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1374,7 +1374,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
(file-name (git-file-name name version))
(sha256
(base32
"01jxvbz0gziflana8ic6cx735y2480scnnxgc10ykcqyvpkz3bjm"))))
"036rcr0wkz9gzmvk1jb96piznk0c0bwxgf31z1zrlg8js4zl1n84"))))
(build-system cmake-build-system)
(inputs `(("libjpeg" ,libjpeg-turbo)))
(synopsis "JPEG-2000 library")