guix-commits
[Top][All Lists]
Advanced

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

47/53: gnu: r-openmx: Update to 2.17.2.


From: guix-commits
Subject: 47/53: gnu: r-openmx: Update to 2.17.2.
Date: Sat, 22 Feb 2020 14:46:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 01d34f1a508947d784128b682f71dcfd9f80a900
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Feb 22 13:53:06 2020 +0100

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



reply via email to

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