me
/
guix
Archived
1
0
Fork 0

gnu: r-ingredients: Update to 2.0.1.

* gnu/packages/cran.scm (r-ingredients): Update to 2.0.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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