[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/89: gnu: r-getoptlong: Update to 1.0.0.
From: |
guix-commits |
Subject: |
29/89: gnu: r-getoptlong: Update to 1.0.0. |
Date: |
Thu, 11 Jun 2020 11:04:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d828ed59a3b187e8c4a1a5fad78b801a83153c2c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:04:21 2020 +0200
gnu: r-getoptlong: Update to 1.0.0.
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.0.
[propagated-inputs]: Add r-crayon.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 29b52c7..f0a8e2c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2094,21 +2094,24 @@ compare different dendrograms to one another.")
(define-public r-getoptlong
(package
(name "r-getoptlong")
- (version "0.1.8")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "GetoptLong" version))
(sha256
(base32
- "1l8xkvyl152bsyvxazsvx2sm1vkygn75x0lsg3sbg7xp6drdn3kc"))))
+ "1fswgy5j4xaipqs7nk7nzrl66vrchhxrk0w7hcsbyij3sxgn3z9j"))))
(properties `((upstream-name . "GetoptLong")))
(build-system r-build-system)
(inputs
`(("perl" ,perl)))
(propagated-inputs
- `(("r-globaloptions" ,r-globaloptions)
+ `(("r-crayon" ,r-crayon)
+ ("r-globaloptions" ,r-globaloptions)
("r-rjson" ,r-rjson)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/jokergoo/GetoptLong")
(synopsis "Parsing command-line arguments and variable interpolation")
(description
- 69/89: gnu: r-ggraph: Update to 2.0.3., (continued)
- 69/89: gnu: r-ggraph: Update to 2.0.3., guix-commits, 2020/06/11
- 74/89: gnu: r-abcrlda: Update to 1.0.3., guix-commits, 2020/06/11
- 78/89: gnu: r-seewave: Update to 2.1.6., guix-commits, 2020/06/11
- 80/89: gnu: r-actuar: Update to 3.0-0., guix-commits, 2020/06/11
- 79/89: gnu: r-gdina: Update to 2.8.0., guix-commits, 2020/06/11
- 77/89: gnu: r-elasticnet: Update to 1.3., guix-commits, 2020/06/11
- 81/89: gnu: r-rsvg: Update to 2.1., guix-commits, 2020/06/11
- 83/89: gnu: r-sem: Update to 3.1-11., guix-commits, 2020/06/11
- 76/89: gnu: r-showtext: Update to 0.8-1., guix-commits, 2020/06/11
- 75/89: gnu: r-showtextdb: Update to 3.0., guix-commits, 2020/06/11
- 29/89: gnu: r-getoptlong: Update to 1.0.0.,
guix-commits <=
- 70/89: gnu: r-rhpcblasctl: Update to 0.20-137., guix-commits, 2020/06/11
- 84/89: gnu: r-semtools: Update to 0.5-3., guix-commits, 2020/06/11
- 89/89: gnu: r-with-tests, r-minimal: Update to 4.0.1., guix-commits, 2020/06/11
- 33/89: gnu: r-squarem: Update to 2020.3., guix-commits, 2020/06/11
- 40/89: gnu: r-maptools: Update to 1.0-1., guix-commits, 2020/06/11
- 41/89: gnu: r-later: Update to 1.1.0.1., guix-commits, 2020/06/11
- 39/89: gnu: r-arules: Update to 1.6-6., guix-commits, 2020/06/11
- 44/89: gnu: r-ellipse: Update to 0.4.2., guix-commits, 2020/06/11
- 45/89: gnu: r-officer: Update to 0.3.11., guix-commits, 2020/06/11
- 49/89: gnu: r-sjmisc: Update to 2.8.5., guix-commits, 2020/06/11