[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/89: gnu: r-openmx: Update to 2.17.4.
From: |
guix-commits |
Subject: |
86/89: gnu: r-openmx: Update to 2.17.4. |
Date: |
Thu, 11 Jun 2020 11:04:36 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit e5884ce4c787eb81d6d58509fffd3e811e5252db
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:14:42 2020 +0200
gnu: r-openmx: Update to 2.17.4.
* gnu/packages/cran.scm (r-openmx): Update to 2.17.4.
---
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 3b5ea1d..369c2f8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20291,14 +20291,14 @@ Complete access to optimized C functions is made
available with
(define-public r-openmx
(package
(name "r-openmx")
- (version "2.17.3")
+ (version "2.17.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "OpenMx" version))
(sha256
(base32
- "1s2pcg281ag3qz2wz8yi826f2d3kj3qg916js7zz0nsrljcyv5bc"))))
+ "07y4w7xdb63p5kkrj6sdx1kabbsgbbj7nw9hc690jy84r15aryal"))))
(properties `((upstream-name . "OpenMx")))
(build-system r-build-system)
(propagated-inputs
- 82/89: gnu: r-emplik: Update to 1.1-1., (continued)
- 82/89: gnu: r-emplik: Update to 1.1-1., guix-commits, 2020/06/11
- 87/89: gnu: r-crochet: Update to 2.3.0., guix-commits, 2020/06/11
- 85/89: gnu: r-stanheaders: Update to 2.21.0-5., guix-commits, 2020/06/11
- 88/89: gnu: r-brms: Update to 2.13.0., guix-commits, 2020/06/11
- 32/89: gnu: r-fitdistrplus: Update to 1.1-1., guix-commits, 2020/06/11
- 36/89: gnu: r-xfun: Update to 0.14., guix-commits, 2020/06/11
- 38/89: gnu: r-tinytex: Update to 0.23., guix-commits, 2020/06/11
- 62/89: gnu: r-picante: Update to 1.8.2., guix-commits, 2020/06/11
- 64/89: gnu: r-polspline: Update to 1.1.19., guix-commits, 2020/06/11
- 72/89: gnu: r-parameters: Update to 0.8.0., guix-commits, 2020/06/11
- 86/89: gnu: r-openmx: Update to 2.17.4.,
guix-commits <=