[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: r-sourcetools: Update to 0.1.7.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/09: gnu: r-sourcetools: Update to 0.1.7. |
Date: |
Thu, 26 Apr 2018 15:14:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 442ce03acc9dd3a7e3d7934d8d8af779b1c5a012
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 26 20:09:31 2018 +0200
gnu: r-sourcetools: Update to 0.1.7.
* gnu/packages/statistics.scm (r-sourcetools): Update to 0.1.7.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f3fa727..4f35308 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4270,14 +4270,14 @@ closely-packed, non-overlapping points.")
(define-public r-sourcetools
(package
(name "r-sourcetools")
- (version "0.1.6")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "sourcetools" version))
(sha256
(base32
- "0l8c6fql82cb246qh7hfgxb4s35qn0qfgy6dzvkx0zkz1cpqvx69"))))
+ "1jnjir0q2dj724f1mjm6p5h77yzyx6xcqy9r2g7gmcxkxw349627"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/sourcetools")
(synopsis "Tools for reading, tokenizing and parsing R code")
- branch master updated (a4d8b38 -> d1f1a7a), Tobias Geerinckx-Rice, 2018/04/26
- 03/09: gnu: r-sn: Update to 1.5-2., Tobias Geerinckx-Rice, 2018/04/26
- 05/09: gnu: python-ndg-httpsclient: Update to 0.5.0., Tobias Geerinckx-Rice, 2018/04/26
- 04/09: gnu: r-ztable: Update to 0.1.8., Tobias Geerinckx-Rice, 2018/04/26
- 09/09: gnu: python-qrcode: Update to 6.0., Tobias Geerinckx-Rice, 2018/04/26
- 08/09: gnu: python2-pathlib2: Update to 2.3.2., Tobias Geerinckx-Rice, 2018/04/26
- 01/09: gnu: python-html5-parser: Update to 0.4.5., Tobias Geerinckx-Rice, 2018/04/26
- 06/09: gnu: address@hidden: Update to 1.6.4., Tobias Geerinckx-Rice, 2018/04/26
- 07/09: gnu: python-rst.linker: Update to 1.9., Tobias Geerinckx-Rice, 2018/04/26
- 02/09: gnu: r-sourcetools: Update to 0.1.7.,
Tobias Geerinckx-Rice <=