guix-commits
[Top][All Lists]
Advanced

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

37/146: gnu: r-dofuture: Update to 0.12.1.


From: guix-commits
Subject: 37/146: gnu: r-dofuture: Update to 0.12.1.
Date: Tue, 12 Apr 2022 10:01:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e283da0b8e4ba9f00a4ecdca96e730dd63e9922d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:12 2022 +0200

    gnu: r-dofuture: Update to 0.12.1.
    
    * gnu/packages/cran.scm (r-dofuture): Update to 0.12.1.
---
 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 81456c40e8..32bf69fcd9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10673,14 +10673,14 @@ both to consistency and asymptotic normality.")
 (define-public r-dofuture
   (package
     (name "r-dofuture")
-    (version "0.12.0")
+    (version "0.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "doFuture" version))
        (sha256
         (base32
-         "1hqzdlgcrc5l6xjwdylsc9iiysi2wx8k1j1vmw3wryj26057c9y4"))))
+         "0fhk32ih9cbwxw3mvkddqjv0dsaw9xk8qjdslfcabvmixhnh3s6m"))))
     (properties `((upstream-name . "doFuture")))
     (build-system r-build-system)
     (arguments



reply via email to

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