guix-commits
[Top][All Lists]
Advanced

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

56/119: gnu: r-furrr: Update to 0.2.3.


From: guix-commits
Subject: 56/119: gnu: r-furrr: Update to 0.2.3.
Date: Sat, 10 Jul 2021 16:31:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8f7ee20c8a41795bb4b3a3a35ed94535691c434c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:16 2021 +0200

    gnu: r-furrr: Update to 0.2.3.
    
    * gnu/packages/cran.scm (r-furrr): Update to 0.2.3.
---
 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 44efb13..994722e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9791,14 +9791,14 @@ genotypes as \"graphical genotypes\".")
 (define-public r-furrr
   (package
     (name "r-furrr")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "furrr" version))
        (sha256
         (base32
-         "0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5"))))
+         "001p2yhznrpnrjvdcmf2h3wpgdnw01wnqgid7wbq8bhavhi3888a"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ellipsis" ,r-ellipsis)



reply via email to

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