guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: jasper: Update to 2.0.16.


From: guix-commits
Subject: 09/09: gnu: jasper: Update to 2.0.16.
Date: Thu, 14 Mar 2019 09:51:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8cc3983a4d02a15ad4a863671c1a5a8b2b542625
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 14 14:31:29 2019 +0100

    gnu: jasper: Update to 2.0.16.
    
    * gnu/packages/image.scm (jasper): Update to 2.0.16.
---
 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 9f25578..941b991 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1101,7 +1101,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
     (name "jasper")
-    (version "2.0.14")
+    (version "2.0.16")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1110,7 +1110,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0aarg8nbik9wrm7fx0451sbm5ypfdfr6i169pxzi354mpdp8gg7f"))))
+                "05l75yd1zsxwv25ykwwwjs8961szv7iywf16nc6vc6qpby27ckv6"))))
     (build-system cmake-build-system)
     (inputs `(("libjpeg" ,libjpeg)))
     (synopsis "JPEG-2000 library")



reply via email to

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