me
/
guix
Archived
1
0
Fork 0

gnu: r-ingredients: Update to 1.3.0.

* gnu/packages/cran.scm (r-ingredients): Update to 1.3.0.
Ricardo Wurmus 2020-07-02 12:33:18 +02:00
parent 53ea4ae4ce
commit 80897f9622
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15724,14 +15724,14 @@ engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
(define-public r-ingredients
(package
(name "r-ingredients")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ingredients" version))
(sha256
(base32
"1q196y9xzn4wk44fa1bvh0hcbizgm93rwir82nyk31k5pgixk967"))))
"1mp1rgi3nnr8mjddpbyi24zvqcbihz0d8np2j13cbjc089n6jci8"))))
(properties `((upstream-name . "ingredients")))
(build-system r-build-system)
(propagated-inputs