me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.33.2.

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

Change-Id: Ic3a1b4386014e86bf2f1e928953aa40bff01fe33
master
Ricardo Wurmus 2024-03-27 12:35:54 +01:00
parent 7762c32eff
commit c9cfc6923b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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