~ruther/guix-local

ea8493699a0bcb98b8cb01f5bd0f4770ddb7496c — Ricardo Wurmus a month ago adac4f1
gnu: r-dofuture: Update to 1.2.0.

* gnu/packages/cran.scm (r-dofuture): Update to 1.2.0.

Change-Id: I29b9f0a2e076f81b4fd4c640020fbca6e8c36c74
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 27635,14 27635,14 @@ both to consistency and asymptotic normality.")
(define-public r-dofuture
  (package
    (name "r-dofuture")
    (version "1.1.3")
    (version "1.2.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "doFuture" version))
       (sha256
        (base32
         "0sk80vnnmighg371r6scvnvwmqc7x4y5d664qy9yc04q1yr63w0x"))))
         "0cx1fb8r2zx8in20lxhflamxf65lckk65j5fn9gcj7cbzwdnkhh0"))))
    (properties `((upstream-name . "doFuture")))
    (build-system r-build-system)
    (arguments