mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-future: Update to 1.70.0.
* gnu/packages/cran.scm (r-future): Update to 1.70.0. Change-Id: I229feb3a01133f1afcefe36cb7c918ebf063a85d
This commit is contained in:
@@ -36470,14 +36470,14 @@ port-forwarding to your local computer.")
|
|||||||
(define-public r-future
|
(define-public r-future
|
||||||
(package
|
(package
|
||||||
(name "r-future")
|
(name "r-future")
|
||||||
(version "1.69.0")
|
(version "1.70.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "future" version))
|
(uri (cran-uri "future" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1grgjdjijl3zlyksybypx5xia1xrnljkj6p2cxs4rp3n0qyvyxr5"))))
|
"05whk6z99dhrp1jyjm9qaf1yr4m8v0q1jqga064rybpc15lhah81"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|||||||
Reference in New Issue
Block a user