gnu: libheif: Update to 1.12.0.
* gnu/packages/image.scm (libheif): Update to 1.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
13d8443acf
commit
c335fbf3cb
|
@ -2167,7 +2167,7 @@ by AOM, including with alpha.")
|
|||
(define-public libheif
|
||||
(package
|
||||
(name "libheif")
|
||||
(version "1.11.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2176,7 +2176,7 @@ by AOM, including with alpha.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "036n63vlk4sk7y25q2kzyvvw4r5vv323ysbmbrcaprg9hdyjqgf5"))))
|
||||
(base32 "0cp2d216hp7gw3n56x3g5q5n8jb9ganyanrlibxw8fw16il8nca6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no test target although there is a tests folder
|
||||
|
|
Reference in New Issue