[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: libwebp: Update to 1.2.0.
From: |
guix-commits |
Subject: |
11/15: gnu: libwebp: Update to 1.2.0. |
Date: |
Thu, 13 May 2021 11:05:51 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 4087bafd68931a4f29460c5ac6296ed4557b4bf6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 10 16:54:29 2021 +0200
gnu: libwebp: Update to 1.2.0.
* gnu/packages/image.scm (libwebp): Update to 1.2.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 c6a1474..8deb393 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1285,7 +1285,7 @@ language bindings to VIGRA.")
(define-public libwebp
(package
(name "libwebp")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
;; No tarballs are provided for >0.6.1.
@@ -1296,7 +1296,7 @@ language bindings to VIGRA.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r2yy9if0ndvpzadk39bigvsygyqnlv0xjb9w2aj6rs534mncazz"))))
+ "1rgblphsd56033w7lpkrzl7m5w0fi7wavxri1ayzlg8fhpmmqp4k"))))
(build-system gnu-build-system)
(inputs
`(("freeglut" ,freeglut)
- branch core-updates updated (09a1e17 -> f5ca7e7), guix-commits, 2021/05/13
- 04/15: gnu: cairo: Remove duplicate input., guix-commits, 2021/05/13
- 11/15: gnu: libwebp: Update to 1.2.0.,
guix-commits <=
- 08/15: gnu: python-pytest-asyncio: Update to 0.15.1., guix-commits, 2021/05/13
- 13/15: gnu: mozjs: Build with Rust 1.41., guix-commits, 2021/05/13
- 01/15: gnu: Fix references to unbound variables., guix-commits, 2021/05/13
- 03/15: gnu: GTK+: Remove unused inputs., guix-commits, 2021/05/13
- 10/15: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/13
- 15/15: gnu: elogind: Fix build failure with GCC 10., guix-commits, 2021/05/13
- 12/15: gnu: shepherd: Decrease optimization level., guix-commits, 2021/05/13
- 07/15: gnu: librsvg: Update to 2.50.5., guix-commits, 2021/05/13
- 06/15: gnu: librsvg: Build with Rust 1.48., guix-commits, 2021/05/13
- 02/15: gnu: freeglut: Fix build with GCC 10., guix-commits, 2021/05/13