guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/68: gnu: r-openmx: Update to 2.20.6.


From: guix-commits
Subject: 44/68: gnu: r-openmx: Update to 2.20.6.
Date: Tue, 15 Mar 2022 15:14:13 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit eca489409f3d4abee4d01d7e96a3ee93b8325944
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:42 2022 +0100

    gnu: r-openmx: Update to 2.20.6.
    
    * gnu/packages/cran.scm (r-openmx): Update to 2.20.6.
---
 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 bd1f70a62b..c645c905fc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24520,14 +24520,14 @@ Complete access to optimized C functions is made 
available with
 (define-public r-openmx
   (package
     (name "r-openmx")
-    (version "2.20.3")
+    (version "2.20.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "OpenMx" version))
        (sha256
         (base32
-         "1jv22mldcxzbk0karwiih909sx2z139l2588a86ifj83fah7f36s"))))
+         "1v969100hllh0lwlxd2gv0k7krrsp9gc07iinx0nn04wkzh0rib5"))))
     (properties `((upstream-name . "OpenMx")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]