mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: jasper: Update to 2.0.33.
* gnu/packages/image.scm (jasper): Update to 2.0.33.
This commit is contained in:
parent
610d8c8967
commit
7455a5a3ee
1 changed files with 2 additions and 2 deletions
|
@ -1417,7 +1417,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
|
|||
(define-public jasper
|
||||
(package
|
||||
(name "jasper")
|
||||
(version "2.0.32")
|
||||
(version "2.0.33")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1426,7 +1426,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hhggh2jxp1wn7nwzvbx2z1vi1ih8wmz4av17bljyn0c3mxjs22k"))))
|
||||
"0p3fj89gkhd2ys5ci75cwb6p7rvb2pf52jd8c9d4g76qp846njnx"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libjpeg" ,libjpeg-turbo)))
|
||||
|
|
Loading…
Add table
Reference in a new issue