mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: r-abcrf: Update to 1.8.1.
* gnu/packages/cran.scm (r-abcrf): Update to 1.8.1.
This commit is contained in:
parent
5d78d47bd6
commit
1a6fe7c9c1
1 changed files with 2 additions and 2 deletions
|
@ -6878,13 +6878,13 @@ (define-public r-abcp2
|
|||
(define-public r-abcrf
|
||||
(package
|
||||
(name "r-abcrf")
|
||||
(version "1.8")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "abcrf" version))
|
||||
(sha256
|
||||
(base32 "0r31ki89z8zzcffm0yvd2zw3q96rk6g6fnwwkql902mgajbrha1f"))))
|
||||
(base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-doparallel" ,r-doparallel)
|
||||
|
|
Loading…
Reference in a new issue