gnu: r-ingredients: Update to 2.0.1.

* gnu/packages/cran.scm (r-ingredients): Update to 2.0.1.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:55:00 +01:00
parent 669446f24d
commit 98dd2d390a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16994,14 +16994,14 @@ (define-public r-dqrng
(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