guix-commits
[Top][All Lists]
Advanced

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

58/80: gnu: r-rsample: Update to 1.1.1.


From: guix-commits
Subject: 58/80: gnu: r-rsample: Update to 1.1.1.
Date: Mon, 19 Dec 2022 12:32:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fb907546b9bf1ce79ef6e7c2912e46bbe3445042
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:29 2022 +0100

    gnu: r-rsample: Update to 1.1.1.
    
    * gnu/packages/cran.scm (r-rsample): Update to 1.1.1.
    [propagated-inputs]: Remove r-ellipsis.
---
 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 47859d93b4..fd9e3d5bc8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30917,19 +30917,18 @@ pipeline friendly so that data processing with lists 
can be chained.")
 (define-public r-rsample
   (package
     (name "r-rsample")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rsample" version))
        (sha256
         (base32
-         "1iy61riwjch9z4m6k7whsrkl80sk9sww5lf1np4iq4vdfq6w01jb"))))
+         "1fmqfk1yihmh7lkszsf7pvn6zf67lpgff46hv2lpnfbssa3axllh"))))
     (properties `((upstream-name . "rsample")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dplyr
-           r-ellipsis
            r-furrr
            r-generics
            r-glue



reply via email to

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