mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: libheif: Update to 1.19.7.
* gnu/packages/image.scm (libheif): Update to 1.19.7.
This commit is contained in:
parent
a177994013
commit
d064f2cd7c
1 changed files with 2 additions and 2 deletions
|
|
@ -2548,7 +2548,7 @@ by AOM, including with alpha.")
|
|||
(define-public libheif
|
||||
(package
|
||||
(name "libheif")
|
||||
(version "1.17.6")
|
||||
(version "1.19.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -2557,7 +2557,7 @@ by AOM, including with alpha.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00rc8ffc2s9dz9szhy0f0raas8wnn5cyni1imd5lqz79by6qz7x6"))))
|
||||
(base32 "0n6pqmxa9cj9z54rcjqyb2gcp5h260x977zgwws47ddmx80blyhm"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue