diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-09-04 22:00:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-09-04 22:01:41 +0200 |
commit | 9a1c809d61777bdfb9107c57e54ca29c796ebe91 (patch) | |
tree | a7ef079692156d610375626268f5bde9a1b28ac4 | |
parent | 1926764b9c832b2f5ddeab91d69f1130553ed7c7 (diff) |
gnu: r-ingredients: Update to 2.0.
* gnu/packages/cran.scm (r-ingredients): Update to 2.0.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 43f958eca6..9dbc72857e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -15834,14 +15834,14 @@ engine (Salmon et al., 2011) as provided by the package @code{sitmo}.") (define-public r-ingredients (package (name "r-ingredients") - (version "1.3.1") + (version "2.0") (source (origin (method url-fetch) (uri (cran-uri "ingredients" version)) (sha256 (base32 - "0l0dqrm9am6wk8jcf8cdhc6xnrna9cqr5wz6lsnczq2gf6ybhjg1")))) + "084ywbq0dwnf075bazz40n23wh7r1fwl6zs7xqkcg07kfzqkzb2w")))) (properties `((upstream-name . "ingredients"))) (build-system r-build-system) (propagated-inputs |