mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-future: Update to 1.69.0.
* gnu/packages/cran.scm (r-future): Update to 1.69.0. Change-Id: Id265f86b3ed4574c30bab5053c7b7c587c049089
This commit is contained in:
parent
5a694c247e
commit
fe5a2030e4
1 changed files with 2 additions and 2 deletions
|
|
@ -34615,14 +34615,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.68.0")
|
(version "1.69.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
|
||||||
"07fbxfc51my5j6flym8v2xbyq6vw6mh99h353873fxsj0zaghi9x"))))
|
"1grgjdjijl3zlyksybypx5xia1xrnljkj6p2cxs4rp3n0qyvyxr5"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue