guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: jasper: Update to 2.0.17.


From: guix-commits
Subject: 07/13: gnu: jasper: Update to 2.0.17.
Date: Sun, 26 Jul 2020 15:05:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ae383cdfc6628947937f2af34bb13402fcc3dc71
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 26 06:05:38 2020 +0200

    gnu: jasper: Update to 2.0.17.
    
    * gnu/packages/image.scm (jasper): Update to 2.0.17.
---
 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 f216815..c4651d7 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1365,7 +1365,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
     (name "jasper")
-    (version "2.0.16")
+    (version "2.0.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1374,7 +1374,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05l75yd1zsxwv25ykwwwjs8961szv7iywf16nc6vc6qpby27ckv6"))))
+                "01jxvbz0gziflana8ic6cx735y2480scnnxgc10ykcqyvpkz3bjm"))))
     (build-system cmake-build-system)
     (inputs `(("libjpeg" ,libjpeg-turbo)))
     (synopsis "JPEG-2000 library")



reply via email to

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