guix-commits
[Top][All Lists]
Advanced

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

54/104: gnu: r-dosnow: Update to 1.0.18.


From: guix-commits
Subject: 54/104: gnu: r-dosnow: Update to 1.0.18.
Date: Tue, 6 Aug 2019 09:50:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e3abc134e8108ac4e68ab3ea848d6a317ec423c3
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 14:43:32 2019 +0200

    gnu: r-dosnow: Update to 1.0.18.
    
    * gnu/packages/cran.scm (r-dosnow): Update to 1.0.18.
---
 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 7283a05..6932556 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5319,14 +5319,14 @@ promises, but with a syntax that is idiomatic R.")
 (define-public r-dosnow
   (package
     (name "r-dosnow")
-    (version "1.0.16")
+    (version "1.0.18")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "doSNOW" version))
        (sha256
         (base32
-         "13ir4a8252h4yvp5ir9xnwack1kn58i4ny6sf2qdc12zspn3850n"))))
+         "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
     (properties `((upstream-name . "doSNOW")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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