gnu: vips: Update to 8.7.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 18 Mar 2019 13:44:11 +0000 (14:44 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 18 Mar 2019 14:06:12 +0000 (15:06 +0100)
* gnu/packages/image-processing.scm (vips): Update to 8.7.4.

gnu/packages/image-processing.scm

index a8968ac..296265c 100644 (file)
@@ -414,14 +414,15 @@ vision algorithms.  It can be used to do things like:
 (define-public vips
   (package
     (name "vips")
-    (version "8.7.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/libvips/libvips/releases/download/v"
-                    version "/vips-" version ".tar.gz"))
-              (sha256
-               (base32 "1w3b90pdw7nj2p0gb4f96h6zhmga513f968ldfhz1rkhg7y81c0s"))))
+    (version "8.7.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/libvips/libvips/releases/download/v"
+             version "/vips-" version ".tar.gz"))
+       (sha256
+        (base32 "01gjhcrl6zj7mcj1al717v5jsniahplqhz1xkfh2j78vyfl1hxff"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)