guix-commits
[Top][All Lists]
Advanced

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

32/96: gnu: r-furrr: Update to 0.2.2.


From: guix-commits
Subject: 32/96: gnu: r-furrr: Update to 0.2.2.
Date: Wed, 10 Feb 2021 19:06:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 158ddc750f81c25cfa0beb5ad4aa7c5e6312a88b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:53:39 2021 +0100

    gnu: r-furrr: Update to 0.2.2.
    
    * gnu/packages/cran.scm (r-furrr): Update to 0.2.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 73c981a..317e04f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8968,14 +8968,14 @@ genotypes as \"graphical genotypes\".")
 (define-public r-furrr
   (package
     (name "r-furrr")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "furrr" version))
        (sha256
         (base32
-         "16s6sgfgh1ayzhf3kvpy9vhsd5h6p57waj1xgbksgdmf4j1wkcq7"))))
+         "0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ellipsis" ,r-ellipsis)



reply via email to

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