~ruther/guix-local

ad08af2fea53f728ec001b9dfcd36fecb73c848e — Ahmad Draidi 2 years ago df5653a
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/image.scm
M gnu/packages/image.scm => gnu/packages/image.scm +2 -2
@@ 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