mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-recipes: Update to 1.0.2.
* gnu/packages/cran.scm (r-recipes): Update to 1.0.2.
This commit is contained in:
parent
33160ec99a
commit
388795939b
1 changed files with 2 additions and 2 deletions
|
@ -6042,14 +6042,14 @@ (define-public r-broom
|
|||
(define-public r-recipes
|
||||
(package
|
||||
(name "r-recipes")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "recipes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jav29biq13xf0vg9kj3k6khqb71hqak26kxxi0vy29l849f4fly"))))
|
||||
"03k7spw5vivj35lwqj8xj259smgc04qxkdimk5ck9yj656d5lyqs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cli
|
||||
|
|
Loading…
Reference in a new issue