me
/
guix
Archived
1
0
Fork 0

gnu: r-optparse: Update to 1.6.6.

* gnu/packages/cran.scm (r-optparse): Update to 1.6.6.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-04-27 17:29:09 +02:00
parent bf4e440c19
commit 838ec254a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -13851,17 +13851,19 @@ authoring books and technical documents with R Markdown.")
(define-public r-optparse (define-public r-optparse
(package (package
(name "r-optparse") (name "r-optparse")
(version "1.6.4") (version "1.6.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "optparse" version)) (uri (cran-uri "optparse" version))
(sha256 (sha256
(base32 (base32
"0wyrc42ja3ab5szx46zmz8lm7vzfqxkjca0m0sms8g9hqbmmay6d")))) "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-getopt" ,r-getopt))) `(("r-getopt" ,r-getopt)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/trevorld/optparse") (home-page "https://github.com/trevorld/optparse")
(synopsis "Command line option parser") (synopsis "Command line option parser")
(description (description