mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: leptonica: Update to 1.74.4.
* gnu/packages/image.scm (leptonica): Update to 1.74.4.
This commit is contained in:
parent
677eb3318f
commit
340502ba80
1 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@ (define-public libwmf
|
||||||
(define-public leptonica
|
(define-public leptonica
|
||||||
(package
|
(package
|
||||||
(name "leptonica")
|
(name "leptonica")
|
||||||
(version "1.74.0")
|
(version "1.74.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -456,7 +456,7 @@ (define-public leptonica
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(file-name (string-append "leptonica-" version ".tar.gz"))
|
(file-name (string-append "leptonica-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i2a4vx9gizki0wgmv03xjz8j9d8agkvbag1a8m4kcw4asd4p87g"))))
|
(base32 "10pw7pwccd0m0fc9rlrr2m41s7j1qvba2wcrav17pw1gclkf34i0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gnuplot" ,gnuplot) ;needed for test suite
|
`(("gnuplot" ,gnuplot) ;needed for test suite
|
||||||
|
|
Loading…
Reference in a new issue