guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/214: gnu: r-dofuture: Update to 0.12.2.


From: guix-commits
Subject: 61/214: gnu: r-dofuture: Update to 0.12.2.
Date: Sat, 28 May 2022 04:37:26 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 00dedba7cbc8948796be9ebbc52fbad1b836989f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:24 2022 +0200

    gnu: r-dofuture: Update to 0.12.2.
    
    * gnu/packages/cran.scm (r-dofuture): Update to 0.12.2.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b4c6ce6fb4..17190ec6cc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10861,14 +10861,14 @@ both to consistency and asymptotic normality.")
 (define-public r-dofuture
   (package
     (name "r-dofuture")
-    (version "0.12.1")
+    (version "0.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "doFuture" version))
        (sha256
         (base32
-         "0fhk32ih9cbwxw3mvkddqjv0dsaw9xk8qjdslfcabvmixhnh3s6m"))))
+         "0w07pmzpsfq4kvfc745s1i9b6dfn1df1wrfi4s9ys4ir3g2s8nk1"))))
     (properties `((upstream-name . "doFuture")))
     (build-system r-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]