me
/
guix
Archived
1
0
Fork 0

gnu: r-future: Update to 1.31.0.

* gnu/packages/cran.scm (r-future): Update to 1.31.0.
master
Ricardo Wurmus 2023-02-18 16:08:36 +01:00
parent b6f7d74331
commit 90375c84d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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