mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: r-mirai: Update to 2.6.0.
* gnu/packages/cran.scm (r-mirai): Update to 2.6.0. [native-inputs]: Add r-secretbase. Change-Id: I5a1417d8f517bc31797db1f2b1238377ea3ee711
This commit is contained in:
committed by
Andreas Enge
parent
31b1ce5e00
commit
883771c42a
@@ -11039,19 +11039,17 @@ M. J. D. Powell.")
|
||||
(define-public r-mirai
|
||||
(package
|
||||
(name "r-mirai")
|
||||
(version "2.5.3")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mirai" version))
|
||||
(sha256
|
||||
(base32 "1nlf59r00m740l0yng2salv739a66v89k418kyh9h55j7f5v998p"))))
|
||||
(base32 "0ld57r7fhba6jw7ds1cywilnb7r99dphv48q02w49f4qcn1gdcyj"))))
|
||||
(properties `((upstream-name . "mirai")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-nanonext))
|
||||
(native-inputs (list r-litedown ;r-otelsdk
|
||||
r-promises
|
||||
))
|
||||
(native-inputs (list r-litedown r-promises r-secretbase))
|
||||
(home-page "https://shikokuchuo.net/mirai/")
|
||||
(synopsis "Minimalist async evaluation framework for R")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user