me
/
guix
Archived
1
0
Fork 0

gnu: ocrad: Update to 0.28.

* gnu/packages/ocr.scm (ocrad): Update to 0.28.
Maxim Cournoyer 2022-08-11 16:07:59 -04:00
parent 190e285958
commit 887dbf4d80
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -55,16 +55,16 @@
(define-public ocrad (define-public ocrad
(package (package
(name "ocrad") (name "ocrad")
(version "0.27") (version "0.28")
(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
"0divffvcaim89g4pvqs8kslbcxi475bcl3b4ynphf284k9zfdgx9")))) "0bmzpcv7sjf8f5pvd9wwh9yp6s7zqd226876g5csmbdxdmbymk1l"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list lzip)) (native-inputs (list libpng lzip))
(home-page "https://www.gnu.org/software/ocrad/") (home-page "https://www.gnu.org/software/ocrad/")
(synopsis "Optical character recognition based on feature extraction") (synopsis "Optical character recognition based on feature extraction")
(description (description