mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ocrad: Update to 0.26.
* gnu/packages/ocr.scm (ocrad): Update to 0.26.
This commit is contained in:
parent
5c6b6827e9
commit
915d7792ac
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||||
|
|
Loading…
Reference in a new issue