guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: zimg: Update to 2.3.


From: Efraim Flashner
Subject: 02/03: gnu: zimg: Update to 2.3.
Date: Mon, 17 Oct 2016 21:08:54 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8ee04627d8f88cf446ae503c80aef6907d834636
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 18 00:07:20 2016 +0300

    gnu: zimg: Update to 2.3.
    
    * gnu/packages/image.scm (zimg): Update to 2.3.
---
 gnu/packages/image.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ed14e83..4b064bb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -800,7 +800,7 @@ ISO/IEC 15444-1).")
 (define-public zimg
   (package
     (name "zimg")
-    (version "2.2.1")
+    (version "2.3")
     (source
       (origin
         (method url-fetch)
@@ -809,7 +809,7 @@ ISO/IEC 15444-1).")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0m2gjpkb0dlg4j77nr41z284zvyfq9qg3ahsv8p1xy8jfr7h1hqa"))))
+          "1yh6kkq8596a9cxcmcxzqvwbwmxwqapwsq31xpccznw6z62j75h9"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -827,7 +827,7 @@ of scaling, colorspace conversion, and depth conversion.  A 
simple API enables
 conversion between any supported formats to operate with minimal knowledge from
 the programmer.")
     (home-page "https://github.com/sekrit-twc/zimg";)
-    ;; test/extra/ contains musl-libm, 
+    ;; test/extra/ contains musl-libm,
     ;; which is MIT/expat licensed, but only used for tests
     (license (license:fsf-free "file://COPYING")))) ;WTFPL version 2
 



reply via email to

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