[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: r-fields: Update to 9.7.
From: |
guix-commits |
Subject: |
04/12: gnu: r-fields: Update to 9.7. |
Date: |
Wed, 24 Apr 2019 11:05:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 378b5f4d1e9c1cc8f7537637e4fae0bd641b1b61
Author: Ricardo Wurmus <address@hidden>
Date: Wed Apr 24 13:07:28 2019 +0200
gnu: r-fields: Update to 9.7.
* gnu/packages/cran.scm (r-fields): Update to 9.7.
---
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 3527648..9f9fc7e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10267,14 +10267,14 @@ Differences with other sparse matrix packages are:
(define-public r-fields
(package
(name "r-fields")
- (version "9.6")
+ (version "9.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "fields" version))
(sha256
(base32
- "1v7z48a8jmdcil28rj8c3455k6rssr5v9qi6dyhhpbb193bj8121"))))
+ "0hsr6r0zyv8zqkfyd9fmjk6v901m2r8pmswvsmps6w5zvpi0p5kw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-maps" ,r-maps)
- branch master updated (5f88d81 -> 190dc09), guix-commits, 2019/04/24
- 04/12: gnu: r-fields: Update to 9.7.,
guix-commits <=
- 03/12: gnu: r-splitstackshape: Update to 1.4.8., guix-commits, 2019/04/24
- 07/12: gnu: r-ggforce: Update to 0.2.2., guix-commits, 2019/04/24
- 09/12: gnu: r-igraph: Update to 1.2.4.1., guix-commits, 2019/04/24
- 11/12: gnu: r-dbplyr: Update to 1.4.0., guix-commits, 2019/04/24
- 01/12: gnu: r-sys: Update to 3.2., guix-commits, 2019/04/24
- 08/12: gnu: r-pamr: Update to 1.56.1., guix-commits, 2019/04/24
- 06/12: gnu: r-rms: Update to 5.1-3.1., guix-commits, 2019/04/24
- 10/12: gnu: r-testthat: Update to 2.1.1., guix-commits, 2019/04/24
- 12/12: gnu: r-xtable: Update to 1.8-4., guix-commits, 2019/04/24
- 02/12: gnu: r-emmeans: Update to 1.3.4., guix-commits, 2019/04/24