mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-future: Update to 1.33.2.
* gnu/packages/cran.scm (r-future): Update to 1.33.2. Change-Id: Ic3a1b4386014e86bf2f1e928953aa40bff01fe33
This commit is contained in:
parent
7762c32eff
commit
c9cfc6923b
1 changed files with 2 additions and 2 deletions
|
@ -21761,14 +21761,14 @@ (define-public r-parallelly
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue