mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: jasper: Update to 2.0.32.
* gnu/packages/image.scm (jasper): Update to 2.0.32.
This commit is contained in:
parent
6491340ff7
commit
c32a7b6e74
1 changed files with 2 additions and 2 deletions
|
@ -1408,7 +1408,7 @@ (define-public devil
|
|||
(define-public jasper
|
||||
(package
|
||||
(name "jasper")
|
||||
(version "2.0.27")
|
||||
(version "2.0.32")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1417,7 +1417,7 @@ (define-public jasper
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mrnazk8qla7nn59xad86gmrf5fzqcv74j5xhcdrxbgfw67l17zd"))))
|
||||
"0hhggh2jxp1wn7nwzvbx2z1vi1ih8wmz4av17bljyn0c3mxjs22k"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libjpeg" ,libjpeg-turbo)))
|
||||
|
|
Loading…
Reference in a new issue