guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: leptonica: Update to 1.84.1.


From: guix-commits
Subject: 04/04: gnu: leptonica: Update to 1.84.1.
Date: Sat, 24 Feb 2024 05:21:52 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit ad08af2fea53f728ec001b9dfcd36fecb73c848e
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Thu Feb 15 16:55:23 2024 +0400

    gnu: leptonica: Update to 1.84.1.
    
    * gnu/packages/image.scm (leptonica): Update to 1.84.1.
    
    Change-Id: I9070ca7f08c0c3114fa7a5a414695051b587f00b
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 7f8bf950f7..6accf68ef0 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -753,7 +753,7 @@ collection of tools for doing simple manipulations of TIFF 
images.")
 (define-public leptonica
   (package
     (name "leptonica")
-    (version "1.83.1")
+    (version "1.84.1")
     (source
      (origin
        (method git-fetch)
@@ -762,7 +762,7 @@ collection of tools for doing simple manipulations of TIFF 
images.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1j7qf9flb48q0aymf0yx9rypy3bs6hfjcln08zmy8qn2qcjzrmvi"))))
+        (base32 "0b4ikf1p2ll4310n4dg5lg0b79wys71fb6nj22i7pz17wjdma0j8"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gnuplot ;needed for test suite



reply via email to

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