mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-options: Update to 0.2.0.
* gnu/packages/cran.scm (r-options): Update to 0.2.0. Change-Id: Ia011d3fb5295a58ea49396b090186beae2bab575
This commit is contained in:
parent
c590b6f1cc
commit
ec14825484
1 changed files with 2 additions and 2 deletions
|
@ -24403,13 +24403,13 @@ (define-public r-bookdown
|
|||
(define-public r-options
|
||||
(package
|
||||
(name "r-options")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "options" version))
|
||||
(sha256
|
||||
(base32 "0pprbp2pxvgh120f8dahswws44gpdm4f4nlq3h3nvqrlhnspwnb8"))))
|
||||
(base32 "02qnbipdmnw01f40300pg1ycrcbnr37f8yiqbabm6jznf6r4ihm9"))))
|
||||
(properties `((upstream-name . "options")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue