[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: r-docopt: Update to 0.7.1.
From: |
guix-commits |
Subject: |
04/11: gnu: r-docopt: Update to 0.7.1. |
Date: |
Wed, 24 Jun 2020 11:24:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 89950dd439a819d7fa1f9758925c5a07b04d7a59
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:18 2020 +0200
gnu: r-docopt: Update to 0.7.1.
* gnu/packages/cran.scm (r-docopt): Update to 0.7.1.
---
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 a3031dd..1869e10 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10405,14 +10405,14 @@ R packages (on CRAN, Bioconductor or Github).")
(define-public r-docopt
(package
(name "r-docopt")
- (version "0.6.1")
+ (version "0.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "docopt" version))
(sha256
(base32
- "06zknnd0c5s2y0hbddzdlr3m63ib783izpck6pgz7sjbab5pd068"))))
+ "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
(build-system r-build-system)
(home-page "https://github.com/docopt/docopt.R")
(synopsis "Command-line interface specification language")
- branch master updated (d739b8d -> f39ef3a), guix-commits, 2020/06/24
- 01/11: gnu: r-gower: Update to 0.2.2., guix-commits, 2020/06/24
- 04/11: gnu: r-docopt: Update to 0.7.1.,
guix-commits <=
- 05/11: gnu: r-bookdown: Update to 0.20., guix-commits, 2020/06/24
- 02/11: gnu: r-recipes: Update to 0.1.13., guix-commits, 2020/06/24
- 03/11: gnu: r-magick: Update to 2.4.0., guix-commits, 2020/06/24
- 07/11: gnu: r-patchwork: Update to 1.0.1., guix-commits, 2020/06/24
- 08/11: gnu: r-knitr: Update to 1.29., guix-commits, 2020/06/24
- 06/11: gnu: r-ggforce: Update to 0.3.2., guix-commits, 2020/06/24
- 09/11: gnu: r-segmented: Update to 1.2-0., guix-commits, 2020/06/24
- 11/11: gnu: r-fpc: Update to 2.2-6., guix-commits, 2020/06/24
- 10/11: gnu: r-dt: Update to 0.14., guix-commits, 2020/06/24