mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-abbyyr: Update to 0.5.4.
* gnu/packages/cran.scm (r-abbyyr): Update to 0.5.4.
This commit is contained in:
parent
11de8673d1
commit
5479e3e639
1 changed files with 2 additions and 2 deletions
|
@ -317,14 +317,14 @@ (define-public r-ape
|
|||
(define-public r-abbyyr
|
||||
(package
|
||||
(name "r-abbyyr")
|
||||
(version "0.5.1")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "abbyyR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s8zf18sh0s89vk3dl09fzrq50csmmfvmsanf5vfkv9n5lx6pklg"))))
|
||||
"1jh1c1ad6mgw7brdh2isnza1qpjlfxnqr7jl76yd93axyfl76xjx"))))
|
||||
(properties `((upstream-name . "abbyyR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue