rekado pushed a commit to branch master
in repository guix.
commit bfa71b5bbf7c2212d6b61bbb099d114a7230f0b5
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Oct 31 13:40:58 2020 +0100
gnu: r-getoptlong: Update to 1.0.4.
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.4.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d42a096..b804774 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2416,14 +2416,14 @@ compare different dendrograms to one another.")
(define-public r-getoptlong
(package
(name "r-getoptlong")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "GetoptLong" version))
(sha256
(base32
- "142gi3ifpcz1rhqrbw4wh326jn2q61s659wkzf92ys4dybs43dky"))))
+ "0l9pa9dx8pcg3j7jn4b9k98g7r5vdsvnmf6apnifzm57mc0vlkg6"))))
(properties `((upstream-name . "GetoptLong")))
(build-system r-build-system)
(inputs