guix-commits
[Top][All Lists]
Advanced

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

27/76: gnu: r-targets: Update to 1.1.3.


From: guix-commits
Subject: 27/76: gnu: r-targets: Update to 1.1.3.
Date: Wed, 31 May 2023 12:22:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b823110e00b10812db89b55a725f1376866df314
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:16 2023 +0200

    gnu: r-targets: Update to 1.1.3.
    
    * gnu/packages/cran.scm (r-targets): Update to 1.1.3.
    [propagated-inputs]: Remove r-withr.
---
 gnu/packages/cran.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 17595fd505..981533d7ee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14631,13 +14631,13 @@ were influenced by the drake R package by Will Landau 
(2018)
 (define-public r-targets
   (package
     (name "r-targets")
-    (version "1.0.0")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "targets" version))
               (sha256
                (base32
-                "1bdhphck6vqcn3qnizfc8iq21bg68w2i5pv6kn53jm6x36cxrgi9"))))
+                "0m5sdbzyhwmfhv08b0bld4fp8vs1ga6zxy8cjpvm8amlskgxxxdm"))))
     (properties `((upstream-name . "targets")))
     (build-system r-build-system)
     (propagated-inputs (list r-base64url
@@ -14653,7 +14653,6 @@ were influenced by the drake R package by Will Landau 
(2018)
                              r-tibble
                              r-tidyselect
                              r-vctrs
-                             r-withr
                              r-yaml))
     (native-inputs (list r-knitr))
     (home-page "https://docs.ropensci.org/targets/";)



reply via email to

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