gnu: r-getopt: Update to 1.20.3.

* gnu/packages/cran.scm (r-getopt): Update to 1.20.3.
This commit is contained in:
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 (define-public r-getopt
(package (package
(name "r-getopt") (name "r-getopt")
(version "1.20.2") (version "1.20.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "getopt" version)) (uri (cran-uri "getopt" version))
(sha256 (sha256
(base32 (base32
"13p35lbpy7i578752fa71sbfvcsqw5qfa9p6kf8b5m3c5p9i4v1x")))) "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/trevorld/getopt") (home-page "https://github.com/trevorld/getopt")
(synopsis "Command-line option processor for R") (synopsis "Command-line option processor for R")