me
/
guix
Archived
1
0
Fork 0

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
Vinicius Monego 2021-06-06 01:46:40 +00:00 committed by Ludovic Courtès
parent 13d8443acf
commit c335fbf3cb
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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