efraim pushed a commit to branch master
in repository guix.

commit 4b50daab0051852612ddfbd3077678f1bfad7b03
Author: Efraim Flashner <[email protected]>
Date:   Mon Jan 2 13:33:50 2017 +0200

    gnu: jasper: Update to 2.0.10.
    
    * gnu/packages/image.scm (jasper): Update to 2.0.10.
---
 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 ab4d3b0..3b081c1 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2015 Amirouche Boubekki <[email protected]>
 ;;; Copyright © 2014 John Darrington <[email protected]>
 ;;; Copyright © 2016 Leo Famulari <[email protected]>
-;;; Copyright © 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2016 Eric Bavier <[email protected]>
 ;;; Copyright © 2016 Arun Isaac <[email protected]>
@@ -875,14 +875,14 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
     (name "jasper")
-    (version "2.0.6")
+    (version "2.0.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.ece.uvic.ca/~frodo/jasper";
                                   "/software/jasper-" version ".tar.gz"))
               (sha256
                (base32
-                "0g6fl8rrbspa9vpswixmpxrg71l19kqgc2b5cak7vmwxphj01wbk"))))
+                "1s022mfxyw8jw60fgyj60lbm9h6bc4nk2751b0in8qsjwcl59n2l"))))
     (build-system cmake-build-system)
     (inputs `(("libjpeg" ,libjpeg)))
     (synopsis "JPEG-2000 library")

Reply via email to