diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-02-11 00:55:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-02-11 01:03:25 +0100 |
commit | 98dd2d390ae92876f4c24a3136e4d09242ee5c9e (patch) | |
tree | 6731142492af9dbd7ad78fe0e73c7affa8bb9ff8 /gnu/packages/cran.scm | |
parent | 669446f24d8c6b19219a4e70a566fbd55b109b10 (diff) |
gnu: r-ingredients: Update to 2.0.1.
* gnu/packages/cran.scm (r-ingredients): Update to 2.0.1.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 061a3b5017..cc34be51c0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16994,14 +16994,14 @@ engine (Salmon et al., 2011) as provided by the package @code{sitmo}.") (define-public r-ingredients (package (name "r-ingredients") - (version "2.0") + (version "2.0.1") (source (origin (method url-fetch) (uri (cran-uri "ingredients" version)) (sha256 (base32 - "084ywbq0dwnf075bazz40n23wh7r1fwl6zs7xqkcg07kfzqkzb2w")))) + "0w46h1f28y5ypqm3ypsvk7yk9v7k8p21f1pzjl3ima8r1ivmhv12")))) (properties `((upstream-name . "ingredients"))) (build-system r-build-system) (propagated-inputs |