me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.33.1.

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

Change-Id: Ica13d8821eecd0b65fdbcb435293aa174781c93b
master
Ricardo Wurmus 2023-12-28 00:44:35 +01:00
parent 709cd4f42c
commit 390a25d35c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21140,14 +21140,14 @@ port-forwarding to your local computer.")
(define-public r-future
(package
(name "r-future")
(version "1.33.0")
(version "1.33.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "future" version))
(sha256
(base32
"0nwk8y3qv2dj41qxrciic6rkpy6lzrhpd5v886zmcjyf6ndyna22"))))
"1xvb7rhwnsi7l735jfrh7ij0l6q6hazwcb2620hvfjwl2kkpk00r"))))
(build-system r-build-system)
(arguments
`(#:phases