1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10: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:
Ricardo Wurmus
2026-03-16 21:15:20 +01:00
parent 63e3f1b5c7
commit 2528e8b8e2

View File

@@ -36470,14 +36470,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.69.0")
(version "1.70.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1grgjdjijl3zlyksybypx5xia1xrnljkj6p2cxs4rp3n0qyvyxr5"))))
"05whk6z99dhrp1jyjm9qaf1yr4m8v0q1jqga064rybpc15lhah81"))))
(build-system r-build-system)
(arguments
`(#:phases