diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-18 21:50:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-19 09:53:04 +0100 |
commit | e8484711c6682cbda98303a890afcf61778b3eac (patch) | |
tree | c09363aba708c26759257e3c3ece3d594984c2d4 | |
parent | 1e898bbaead7b29f5f69dbcccfb7f3f6221ec157 (diff) | |
download | guix-e8484711c6682cbda98303a890afcf61778b3eac.tar guix-e8484711c6682cbda98303a890afcf61778b3eac.tar.gz |
gnu: r-getopt: Update to 1.20.2.
* gnu/packages/bioinformatics.scm (r-getopt): Update to 1.20.2.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 354a809c44..a76f21edd5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6769,14 +6769,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-getopt (package (name "r-getopt") - (version "1.20.1") + (version "1.20.2") (source (origin (method url-fetch) (uri (cran-uri "getopt" version)) (sha256 (base32 - "0m463mcvixh54i3ng42n0vxmdlf97dgbfs2sf9wnjm782ddw68hm")))) + "13p35lbpy7i578752fa71sbfvcsqw5qfa9p6kf8b5m3c5p9i4v1x")))) (build-system r-build-system) (home-page "https://github.com/trevorld/getopt") (synopsis "Command-line option processor for R") |