gnu: libwebp: Update to 1.1.0.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 19 Jan 2020 09:43:13 +0000 (10:43 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 19 Jan 2020 20:51:28 +0000 (21:51 +0100)
* gnu/packages/image.scm (libwebp): Update to 1.1.0.

gnu/packages/image.scm

index a518b69..6306a3d 100644 (file)
@@ -1102,7 +1102,7 @@ language bindings to VIGRA.")
 (define-public libwebp
   (package
     (name "libwebp")
-    (version "1.0.3")
+    (version "1.1.0")
     (source
      (origin
        ;; No tarballs are provided for >0.6.1.
@@ -1113,7 +1113,7 @@ language bindings to VIGRA.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1l8h9d3z3kla567ilmymrgg8vc2n763g8qss1hah8dg832hbqkxf"))))
+         "0r2yy9if0ndvpzadk39bigvsygyqnlv0xjb9w2aj6rs534mncazz"))))
     (build-system gnu-build-system)
     (inputs
      `(("freeglut" ,freeglut)