guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: jasper: Update to 2.0.33.


From: guix-commits
Subject: 02/02: gnu: jasper: Update to 2.0.33.
Date: Tue, 19 Oct 2021 13:27:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7455a5a3ee8ff13dde9c1215771215154f5e9b53
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 19 19:07:54 2021 +0200

    gnu: jasper: Update to 2.0.33.
    
    * gnu/packages/image.scm (jasper): Update to 2.0.33.
---
 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 5bce96a..49d12d2 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1417,7 +1417,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
 (define-public jasper
   (package
     (name "jasper")
-    (version "2.0.32")
+    (version "2.0.33")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1426,7 +1426,7 @@ convert, manipulate, filter and display a wide variety of 
image formats.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hhggh2jxp1wn7nwzvbx2z1vi1ih8wmz4av17bljyn0c3mxjs22k"))))
+                "0p3fj89gkhd2ys5ci75cwb6p7rvb2pf52jd8c9d4g76qp846njnx"))))
     (build-system cmake-build-system)
     (inputs
      `(("libjpeg" ,libjpeg-turbo)))



reply via email to

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