guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: r-openmx: Update to 2.17.3.


From: guix-commits
Subject: 04/06: gnu: r-openmx: Update to 2.17.3.
Date: Mon, 2 Mar 2020 15:54:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d82a17ebaabe759b63305bd165891ab8330f746d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Mar 2 21:50:01 2020 +0100

    gnu: r-openmx: Update to 2.17.3.
    
    * gnu/packages/cran.scm (r-openmx): Update to 2.17.3.
---
 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 6c84140..ca34ee8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19825,14 +19825,14 @@ Complete access to optimized C functions is made 
available with
 (define-public r-openmx
   (package
     (name "r-openmx")
-    (version "2.17.2")
+    (version "2.17.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "OpenMx" version))
        (sha256
         (base32
-         "092xbwgi72ihxv45qmzm6lv0470rsrqsn7l2jh61jnkx95n72zbb"))))
+         "1s2pcg281ag3qz2wz8yi826f2d3kj3qg916js7zz0nsrljcyv5bc"))))
     (properties `((upstream-name . "OpenMx")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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