1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00

gnu: r-future: Update to 1.49.0.

* gnu/packages/cran.scm (r-future): Update to 1.49.0.

Change-Id: I6ff70800c1ed292e02410db5d4fb3e75b4e326cc
This commit is contained in:
Ricardo Wurmus
2025-05-13 10:25:52 +02:00
parent 0bc96404eb
commit be8ba920be

View File

@@ -32882,14 +32882,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.40.0")
(version "1.49.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"1ds0x01m3dfcj95l7kzfiqih903xj5bqf93kyl1pbv6w8br09drw"))))
"10hrgjsk0dlx7qwyqnn13hj560j1s76s0ri2zrwjdr5vmfndrh5b"))))
(build-system r-build-system)
(arguments
`(#:phases