guix-commits
[Top][All Lists]
Advanced

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

39/48: gnu: r-rsample: Update to 1.2.1.


From: guix-commits
Subject: 39/48: gnu: r-rsample: Update to 1.2.1.
Date: Wed, 27 Mar 2024 08:50:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 80ac0fe4ff17e79d6ed7e04648e88cda32c6212e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 27 12:35:57 2024 +0100

    gnu: r-rsample: Update to 1.2.1.
    
    * gnu/packages/cran.scm (r-rsample): Update to 1.2.1.
    
    Change-Id: If01f092f1fe8c97aa19c47a3341c43d1e9a2d40a
---
 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 6d34fba76d..e676c098ee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35991,14 +35991,14 @@ pipeline friendly so that data processing with lists 
can be chained.")
 (define-public r-rsample
   (package
     (name "r-rsample")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rsample" version))
        (sha256
         (base32
-         "1vayyj6cijq1ag9r7fpcjfzrgkqhb4zxgajz78hz8dq01q3bgjg0"))))
+         "1igdcicympnbrypb5c47bmf4q997q6s98i1lzb4x29x53vr3gx73"))))
     (properties `((upstream-name . "rsample")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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