guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit f88d3a7edce0d3fcebd04243a0abfa3b2a33abb8
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:37:15 2025 +0100

    gnu: r-parsnip: Update to 1.4.0.
    
    * gnu/packages/cran.scm (r-parsnip): Update to 1.4.0.
    
    Change-Id: Id4898a899f80bfdb5ac9a5ff77a51e5f30c22b36
---
 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 98c14e3ed0..9557a31f0d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -50905,14 +50905,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and 
other Tidy tools.")
 (define-public r-parsnip
   (package
     (name "r-parsnip")
-    (version "1.3.3")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "parsnip" version))
        (sha256
         (base32
-         "1zq5vbcrzbr2wsw9aswf3nky683m3bssdv4c65f817rb8ni0mqdi"))))
+         "1qknzc12027d0vk9xin63nsdi3lgpavvq2447fnn8lhkjx7g9xl8"))))
     (properties
      '((upstream-name . "parsnip")
        ;; We don't need them.  Do you really want a package depending on

Reply via email to