guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: leptonica: Update to 1.80.0.


From: guix-commits
Subject: branch master updated: gnu: leptonica: Update to 1.80.0.
Date: Wed, 30 Dec 2020 03:49:18 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bd15cd5  gnu: leptonica: Update to 1.80.0.
bd15cd5 is described below

commit bd15cd595be239671043a21dff5b809f162a5a9d
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Dec 29 12:51:13 2020 +0100

    gnu: leptonica: Update to 1.80.0.
    
    * gnu/packages/image.scm (leptonica): Update to 1.80.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 3d93acc7..4c6ab8c 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -613,7 +613,7 @@ collection of tools for doing simple manipulations of TIFF 
images.")
 (define-public leptonica
   (package
     (name "leptonica")
-    (version "1.74.4")
+    (version "1.80.0")
     (source
      (origin
        (method git-fetch)
@@ -622,7 +622,7 @@ collection of tools for doing simple manipulations of TIFF 
images.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sfg1ky0lghlq7xx0qii5167bim0wwfnnr83dl4skbj9awyvjiwi"))))
+        (base32 "12ddln72z5l3icz0i9rpsfkg5xik8fcwcn8lb0cp3jigjxi8gvkg"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gnuplot" ,gnuplot)             ;needed for test suite



reply via email to

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