diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 16:15:36 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 16:27:33 +0100 |
commit | 439d821a3b328ccb58c8836d2e73fd3db9b26c15 (patch) | |
tree | 950742b4d56b82a95e1ff71a2b133bb3c7d247bd /gnu/packages | |
parent | 9d3a46721423488d7294fbedaccff3dcc34d7854 (diff) | |
download | guix-439d821a3b328ccb58c8836d2e73fd3db9b26c15.tar guix-439d821a3b328ccb58c8836d2e73fd3db9b26c15.tar.gz |
gnu: r-optparse: Update to 1.6.1.
* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.1.
Diffstat (limited to 'gnu/packages')
-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 3ce4e323c4..1d94615718 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7182,14 +7182,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-optparse (package (name "r-optparse") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (cran-uri "optparse" version)) (sha256 (base32 - "1d7v5gl45x4amsfmzn5zyyffyqlc7a82h01szlnda22viyxids0h")))) + "04vyb6dhcga30mvghsg1p052jmf69xqxkvh3hzqz7dscyppy76w1")))) (build-system r-build-system) (propagated-inputs `(("r-getopt" ,r-getopt))) |