mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: jasper: Update to 2.0.19.
* gnu/packages/image.scm (jasper): Update to 2.0.19.
This commit is contained in:
parent
f6ea0815eb
commit
ab10e460d6
1 changed files with 2 additions and 2 deletions
|
@ -1365,7 +1365,7 @@ (define-public devil
|
|||
(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 @@ (define-public jasper
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01jxvbz0gziflana8ic6cx735y2480scnnxgc10ykcqyvpkz3bjm"))))
|
||||
"036rcr0wkz9gzmvk1jb96piznk0c0bwxgf31z1zrlg8js4zl1n84"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs `(("libjpeg" ,libjpeg-turbo)))
|
||||
(synopsis "JPEG-2000 library")
|
||||
|
|
Loading…
Reference in a new issue