me
/
guix
Archived
1
0
Fork 0

gnu: r-ingredients: Update to 2.2.0.

* gnu/packages/cran.scm (r-ingredients): Update to 2.2.0.
master
Ricardo Wurmus 2021-05-04 07:13:13 +02:00
parent 4cfd543cc1
commit e0121c91fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17565,14 +17565,14 @@ engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
(define-public r-ingredients
(package
(name "r-ingredients")
(version "2.0.1")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ingredients" version))
(sha256
(base32
"0w46h1f28y5ypqm3ypsvk7yk9v7k8p21f1pzjl3ima8r1ivmhv12"))))
"11bv4l4fn9kr7y2nfzrwnaya8fi9w3nwcm9vzlqb7dva83rkqbsc"))))
(properties `((upstream-name . "ingredients")))
(build-system r-build-system)
(propagated-inputs