guix-commits
[Top][All Lists]
Advanced

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

66/93: gnu: r-parsnip: Update to 0.1.4.


From: guix-commits
Subject: 66/93: gnu: r-parsnip: Update to 0.1.4.
Date: Sat, 31 Oct 2020 08:46:21 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 548ada697ab738bc9ff884e8234ec9bce8a2de7b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:44:09 2020 +0100

    gnu: r-parsnip: Update to 0.1.4.
    
    * gnu/packages/cran.scm (r-parsnip): Update to 0.1.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 f848f50..3c01b03 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24202,14 +24202,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and 
other Tidy tools.")
 (define-public r-parsnip
   (package
     (name "r-parsnip")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "parsnip" version))
        (sha256
         (base32
-         "12121qj1800i7g3km5kqzlb7hms55crmp6il575c2i475h5qx8d3"))))
+         "1134840xisvkkrbkh5kvx24vxp7sx06124svy573a9m4h8c492sr"))))
     (properties `((upstream-name . "parsnip")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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