mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: jasper: Update to 2.0.27.
* gnu/packages/image.scm (jasper): Update to 2.0.27.
This commit is contained in:
parent
b8b398a7d3
commit
7244ec07a2
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.26")
|
||||
(version "2.0.27")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1417,7 +1417,7 @@ (define-public jasper
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zh239v6gj1ndrsk4ds5faiiyakpddmbpcy4v6p6shicfbr04snf"))))
|
||||
"0mrnazk8qla7nn59xad86gmrf5fzqcv74j5xhcdrxbgfw67l17zd"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libjpeg" ,libjpeg-turbo)))
|
||||
|
|
Loading…
Reference in a new issue