gnu: r-getopt: Update to 1.20.3.

* gnu/packages/cran.scm (r-getopt): Update to 1.20.3.
master
Ricardo Wurmus 2019-03-24 11:26:19 +01:00
parent 3be585cf44
commit 104ec4c9cf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6054,14 +6054,14 @@ Venn diagram, heatmap).")
(define-public r-getopt
(package
(name "r-getopt")
(version "1.20.2")
(version "1.20.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "getopt" version))
(sha256
(base32
"13p35lbpy7i578752fa71sbfvcsqw5qfa9p6kf8b5m3c5p9i4v1x"))))
"0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
(build-system r-build-system)
(home-page "https://github.com/trevorld/getopt")
(synopsis "Command-line option processor for R")