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:
Ricardo Wurmus 2024-05-13 21:59:52 +02:00
parent c590b6f1cc
commit ec14825484
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))