[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/93: gnu: r-argparse: Update to 2.0.3.
From: |
guix-commits |
Subject: |
27/93: gnu: r-argparse: Update to 2.0.3. |
Date: |
Sat, 31 Oct 2020 08:46:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e5eb63fa60d64a384450d1ec28823f590f172333
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:41:58 2020 +0100
gnu: r-argparse: Update to 2.0.3.
* gnu/packages/cran.scm (r-argparse): Update to 2.0.3.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 864ab0a..2403dd7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7461,20 +7461,22 @@ matches version and feature constraints.")
(define-public r-argparse
(package
(name "r-argparse")
- (version "2.0.1")
+ (version "2.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "argparse" version))
(sha256
(base32
- "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
+ "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj"))))
(build-system r-build-system)
(inputs `(("python" ,python)))
(propagated-inputs
`(("r-findpython" ,r-findpython)
("r-jsonlite" ,r-jsonlite)
("r-r6" ,r-r6)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/trevorld/argparse")
(synopsis "Command line optional and positional argument parser")
(description
- 38/93: gnu: r-nlp: Update to 0.2-1., (continued)
- 38/93: gnu: r-nlp: Update to 0.2-1., guix-commits, 2020/10/31
- 30/93: gnu: r-magick: Update to 2.5.0., guix-commits, 2020/10/31
- 44/93: gnu: r-seqinr: Update to 4.2-4., guix-commits, 2020/10/31
- 34/93: gnu: r-effectsize: Update to 0.4.0., guix-commits, 2020/10/31
- 43/93: gnu: r-valr: Update to 0.6.2., guix-commits, 2020/10/31
- 42/93: gnu: r-pbdzmq: Update to 0.3-3.1., guix-commits, 2020/10/31
- 41/93: gnu: r-globals: Update to 0.13.1., guix-commits, 2020/10/31
- 49/93: gnu: r-batchtools: Update to 0.9.14., guix-commits, 2020/10/31
- 57/93: gnu: r-iheatmapr: Update to 0.5.1., guix-commits, 2020/10/31
- 13/93: gnu: r-broom: Update to 0.7.2., guix-commits, 2020/10/31
- 27/93: gnu: r-argparse: Update to 2.0.3.,
guix-commits <=
- 19/93: gnu: r-sna: Update to 2.6., guix-commits, 2020/10/31
- 17/93: gnu: r-xfun: Update to 0.19., guix-commits, 2020/10/31
- 16/93: gnu: r-cli: Update to 2.1.0., guix-commits, 2020/10/31
- 33/93: gnu: r-performance: Update to 0.5.1., guix-commits, 2020/10/31
- 40/93: gnu: r-fields: Update to 11.6., guix-commits, 2020/10/31
- 29/93: gnu: r-furrr: Update to 0.2.1., guix-commits, 2020/10/31
- 39/93: gnu: r-rnifti: Update to 1.2.3., guix-commits, 2020/10/31
- 18/93: gnu: r-network: Update to 1.16.1., guix-commits, 2020/10/31
- 31/93: gnu: r-emmeans: Update to 1.5.2-1., guix-commits, 2020/10/31
- 26/93: gnu: r-insight: Update to 0.10.0., guix-commits, 2020/10/31