guix-commits
[Top][All Lists]
Advanced

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

19/211: gnu: r-babelwhale: Update to 1.1.0.


From: guix-commits
Subject: 19/211: gnu: r-babelwhale: Update to 1.1.0.
Date: Tue, 20 Sep 2022 06:23:48 -0400 (EDT)

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

commit d3dbeefa1eca83f4c72f4b1ab2bb5786b515c8fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:44 2022 +0200

    gnu: r-babelwhale: Update to 1.1.0.
    
    * gnu/packages/cran.scm (r-babelwhale): Update to 1.1.0.
    [propagated-inputs]: Add r-digest, r-fs, and r-glue.
---
 gnu/packages/cran.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3ba05603be..9f1037a1de 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -714,17 +714,24 @@ for authoring journal articles and conference 
submissions.")
 (define-public r-babelwhale
   (package
     (name "r-babelwhale")
-    (version "1.0.3")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "babelwhale" version))
        (sha256
-        (base32 "0ph825dwvr48fhamy1l5564linz7cj7b9sj511as77f1yqycv4a2"))))
+        (base32 "01l8vwyz3bx0iks6cjs5y9ifdsnc1p1yqp4i0kzqd1gjhycizv6y"))))
     (properties `((upstream-name . "babelwhale")))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-crayon r-dplyr r-dynutils r-processx r-purrr))
+     (list r-crayon
+           r-digest
+           r-dplyr
+           r-dynutils
+           r-fs
+           r-glue
+           r-processx
+           r-purrr))
     (home-page "https://github.com/dynverse/babelwhale";)
     (synopsis "Talking to Docker and Singularity containers")
     (description



reply via email to

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