mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-dofuture: Update to 1.0.1.
* gnu/packages/cran.scm (r-dofuture): Update to 1.0.1. Change-Id: If6bb0ca6c3d9bc788a7166dd09b8a9e908d75870
This commit is contained in:
parent
7faf9df0d2
commit
a27e4eed2d
1 changed files with 2 additions and 2 deletions
|
@ -15131,14 +15131,14 @@ (define-public r-drtmle
|
|||
(define-public r-dofuture
|
||||
(package
|
||||
(name "r-dofuture")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "doFuture" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pxwpfmxswbsd1f2ifj9kdq9hi9q0x2wwv2kv0xq178ymmywi2sz"))))
|
||||
"1avv5kv1c43gmvbh5iwxlwk7yl6prndpcgy0blkwarl3nsgcq4cm"))))
|
||||
(properties `((upstream-name . "doFuture")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue