unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48859] [PATCH] gnu: libheif: Update to 1.12.0.
@ 2021-06-06  1:46 Vinicius Monego
  2021-06-06 21:07 ` bug#48859: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-06-06  1:46 UTC (permalink / raw)
  To: 48859; +Cc: Vinicius Monego

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#48859: [PATCH] gnu: libheif: Update to 1.12.0.
  2021-06-06  1:46 [bug#48859] [PATCH] gnu: libheif: Update to 1.12.0 Vinicius Monego
@ 2021-06-06 21:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-06-06 21:07 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 48859-done

Vinicius Monego <monego@posteo.net> skribis:

> * gnu/packages/image.scm (libheif): Update to 1.12.0.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-06 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06  1:46 [bug#48859] [PATCH] gnu: libheif: Update to 1.12.0 Vinicius Monego
2021-06-06 21:07 ` bug#48859: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).