gnu: r-optparse: Update to 1.6.2.

* gnu/packages/cran.scm (r-optparse): Update to 1.6.2.
master
Ricardo Wurmus 2019-04-06 23:00:55 +02:00
parent 24be014e0a
commit b85a5f3bcc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12699,14 +12699,14 @@ authoring books and technical documents with R Markdown.")
(define-public r-optparse
(package
(name "r-optparse")
(version "1.6.1")
(version "1.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "optparse" version))
(sha256
(base32
"04vyb6dhcga30mvghsg1p052jmf69xqxkvh3hzqz7dscyppy76w1"))))
"0zrp6jakjhawrwfri270ym83vj5a7nvjk0w6b41z41ahw2da99dm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-getopt" ,r-getopt)))