3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
Vincent Legoll 2020-12-29 12:51:13 +01:00 committed by Leo Famulari
parent 4303e33c86
commit bd15cd595b
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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