[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: r-parsnip: Update to 1.2.0.
From: |
guix-commits |
Subject: |
06/08: gnu: r-parsnip: Update to 1.2.0. |
Date: |
Fri, 16 Feb 2024 17:26:16 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit a303a40f635f28eff4ef3a0812cd9eac19f087f2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 16 23:19:48 2024 +0100
gnu: r-parsnip: Update to 1.2.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.2.0.
Change-Id: I17b4098f845cd3ed02c37f9796af382755363913
---
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 7b47996493..bcb5ab4964 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -36237,14 +36237,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and
other Tidy tools.")
(define-public r-parsnip
(package
(name "r-parsnip")
- (version "1.1.1")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parsnip" version))
(sha256
(base32
- "1j0bkmv2m4rxmnpq3rqha5jccjxai11m5392hb4dgzni7in36h92"))))
+ "1wggqsvfl2kg8hx9ci6g0fsm2dw9lw6fs7kfy7sdqx6qd7r8bak0"))))
(properties `((upstream-name . "parsnip")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (7142f6df77 -> 91d8046029), guix-commits, 2024/02/16
- 02/08: gnu: r-statcheck: Update to 1.5.0., guix-commits, 2024/02/16
- 04/08: gnu: r-prospectr: Update to 0.2.7., guix-commits, 2024/02/16
- 03/08: gnu: r-rnifti: Update to 1.6.0., guix-commits, 2024/02/16
- 06/08: gnu: r-parsnip: Update to 1.2.0.,
guix-commits <=
- 08/08: gnu: r-segmented: Update to 2.0-3., guix-commits, 2024/02/16
- 07/08: gnu: r-dbi: Update to 1.2.2., guix-commits, 2024/02/16
- 01/08: gnu: r-v8: Update to 4.4.2., guix-commits, 2024/02/16
- 05/08: gnu: r-eulerr: Update to 7.0.1., guix-commits, 2024/02/16