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>master
parent
df5653adcb
commit
ad08af2fea
|
@ -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
|
||||
|
|
Reference in New Issue