gnu: ocrad: Update to 0.26.

* gnu/packages/ocr.scm (ocrad): Update to 0.26.
This commit is contained in:
Ludovic Courtès 2017-05-02 12:20:12 +02:00
parent 5c6b6827e9
commit 915d7792ac
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -28,14 +28,14 @@ (define-module (gnu packages ocr)
(define-public ocrad (define-public ocrad
(package (package
(name "ocrad") (name "ocrad")
(version "0.25") (version "0.26")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/ocrad/ocrad-" (uri (string-append "mirror://gnu/ocrad/ocrad-"
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"1m2dblgvvjs48rsglfdwq0ib9zk8h9n34xsh67ibrg0g0ffbw477")))) "0g4fq7maybdnd1471kd05a3f5sb7spa3d26k706rk85sd5wd70y3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("lzip" ,lzip))) (native-inputs `(("lzip" ,lzip)))
(home-page "https://www.gnu.org/software/ocrad/") (home-page "https://www.gnu.org/software/ocrad/")