[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/53: gnu: r-squarem: Update to 2020.2.
From: |
guix-commits |
Subject: |
36/53: gnu: r-squarem: Update to 2020.2. |
Date: |
Sat, 22 Feb 2020 14:46:17 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit b47b08fc478b2cff1f9bcf900d35fa24b1b113a4
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 13:51:17 2020 +0100
gnu: r-squarem: Update to 2020.2.
* gnu/packages/cran.scm (r-squarem): Update to 2020.2.
---
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 4d79205..d31e953 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2636,14 +2636,14 @@ contexts.")
(define-public r-squarem
(package
(name "r-squarem")
- (version "2020.1")
+ (version "2020.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "SQUAREM" version))
(sha256
(base32
- "0v4ax1v8diw2w7fdhfzz1z0bwixkmcrc39ax3y116f399rc06qbs"))))
+ "1j6sa93xjvynnzx9jx79a3fysbykmbqyknknsqif5bcha6xp6cvf"))))
(properties `((upstream-name . "SQUAREM")))
(build-system r-build-system)
(home-page
"https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
- 37/53: gnu: r-tsp: Update to 1.1-9., (continued)
- 37/53: gnu: r-tsp: Update to 1.1-9., guix-commits, 2020/02/22
- 28/53: gnu: Add r-d3network., guix-commits, 2020/02/22
- 29/53: gnu: Add r-qgraph., guix-commits, 2020/02/22
- 34/53: gnu: Add r-irtoys., guix-commits, 2020/02/22
- 48/53: gnu: r-ggm: Update to 2.5., guix-commits, 2020/02/22
- 44/53: gnu: r-forecast: Update to 8.11., guix-commits, 2020/02/22
- 45/53: gnu: r-regsem: Update to 1.5.2., guix-commits, 2020/02/22
- 49/53: gnu: r-qgraph: Update to 1.6.5., guix-commits, 2020/02/22
- 50/53: gnu: r-mice: Update to 3.8.0., guix-commits, 2020/02/22
- 51/53: gnu: r-rpf: Update to 1.0.2., guix-commits, 2020/02/22
- 36/53: gnu: r-squarem: Update to 2020.2.,
guix-commits <=