mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocrad: Update to 0.24.
* gnu/packages/ocrad.scm (ocrad): Update to 0.24.
This commit is contained in:
parent
98a11f81d1
commit
fc205802ed
1 changed files with 2 additions and 2 deletions
|
@ -27,14 +27,14 @@ (define-module (gnu packages ocrad)
|
|||
(define-public ocrad
|
||||
(package
|
||||
(name "ocrad")
|
||||
(version "0.23")
|
||||
(version "0.24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/ocrad/ocrad-"
|
||||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vx0v4sz8ivgcp04zggdq9cv9sb5zxnn7j1nm15cds0zq1wr9g7m"))))
|
||||
"0hhlx072d00bi9qia0nj5izsq4qkscpfz2mpbyfc72msl3hfvslv"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("lzip" ,lzip)))
|
||||
(home-page "http://www.gnu.org/software/ocrad/")
|
||||
|
|
Loading…
Reference in a new issue