rekado pushed a commit to branch master
in repository guix.
commit 439d821a3b328ccb58c8836d2e73fd3db9b26c15
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jan 28 16:15:36 2019 +0100
gnu: r-optparse: Update to 1.6.1.
* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.1.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3ce4e32..1d94615 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)))