mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-abcrf: Update to 1.9.
* gnu/packages/cran.scm (r-abcrf): Update to 1.9.
This commit is contained in:
parent
3d307748c7
commit
143b69422a
1 changed files with 2 additions and 2 deletions
|
@ -11347,13 +11347,13 @@ (define-public r-abcp2
|
|||
(define-public r-abcrf
|
||||
(package
|
||||
(name "r-abcrf")
|
||||
(version "1.8.1")
|
||||
(version "1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "abcrf" version))
|
||||
(sha256
|
||||
(base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
|
||||
(base32 "08mh1a6gxp0mfx6qnp1qzcrfx7xp64qj9kad4ziyswfx22ykdsxi"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-doparallel
|
||||
|
|
Loading…
Reference in a new issue