diff options
author | Vinicius Monego <monego@posteo.net> | 2021-06-06 01:46:40 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-06-06 23:12:18 +0200 |
commit | c335fbf3cb218ab93aee8175ddfaf329194a8aa8 (patch) | |
tree | 59a59f80ff28e90f2a9e0eba3e93181f2188ad29 | |
parent | 13d8443acfe782f08d8a02f4064b528d2017ff66 (diff) | |
download | guix-c335fbf3cb218ab93aee8175ddfaf329194a8aa8.tar.gz |
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>
-rw-r--r-- | gnu/packages/image.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 55fdf18e7e..8f068a01eb 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -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 |