guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48859] [PATCH] gnu: libheif: Update to 1.12.0.


From: Vinicius Monego
Subject: [bug#48859] [PATCH] gnu: libheif: Update to 1.12.0.
Date: Sun, 6 Jun 2021 01:46:40 +0000

* gnu/packages/image.scm (libheif): Update to 1.12.0.
---
 gnu/packages/image.scm | 4 ++--
 1 file 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
-- 
2.31.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]