guix-commits
[Top][All Lists]
Advanced

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

124/158: gnu: r-parsnip: Update to 1.0.4.


From: guix-commits
Subject: 124/158: gnu: r-parsnip: Update to 1.0.4.
Date: Sun, 19 Mar 2023 13:24:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 63fc23413139dea4114f8ef038a2e5897f009b70
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:42 2023 +0100

    gnu: r-parsnip: Update to 1.0.4.
    
    * gnu/packages/cran.scm (r-parsnip): Update to 1.0.4.
---
 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 edd1bbb6fc..870f8e8a19 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33119,14 +33119,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and 
other Tidy tools.")
 (define-public r-parsnip
   (package
     (name "r-parsnip")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "parsnip" version))
        (sha256
         (base32
-         "1s1d5zjwag5a13y67l7sz4zj1w0dv0k7vpb6inz4x87d5rgchfi1"))))
+         "1305z2pamxxaqy0qylb8vq6ixs934kfc9h2si2fdy7q5wjpdjnjh"))))
     (properties `((upstream-name . "parsnip")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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