gnu: r-recipes: Update to 1.0.4.

* gnu/packages/cran.scm (r-recipes): Update to 1.0.4.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:17 +01:00
parent b02c6d2583
commit 2a0d4733e3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6729,14 +6729,14 @@ (define-public r-broom
(define-public r-recipes
(package
(name "r-recipes")
(version "1.0.3")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
"0pi7j1jj5dmc5kzx6zkm691xya7dw4fn8c8nb2x3gs8mp14spzhg"))))
"16bf9d9kvhvgcs603zz075hwjrzjd81g14p8cp5rs0z4bnrdrcj2"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli