guix-commits
[Top][All Lists]
Advanced

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

65/99: gnu: r-openmx: Update to 2.19.1.


From: guix-commits
Subject: 65/99: gnu: r-openmx: Update to 2.19.1.
Date: Tue, 9 Mar 2021 16:07:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b631f7f8e4fd898ba62ad9402e247ef81c1ed35b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:40:59 2021 +0100

    gnu: r-openmx: Update to 2.19.1.
    
    * gnu/packages/cran.scm (r-openmx): Update to 2.19.1.
---
 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 36d6f89..d3fe280 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22421,14 +22421,14 @@ Complete access to optimized C functions is made 
available with
 (define-public r-openmx
   (package
     (name "r-openmx")
-    (version "2.18.1")
+    (version "2.19.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "OpenMx" version))
        (sha256
         (base32
-         "0gyjps0l3ig90piccgd04s63cz65kk5i5l9iyakps4bv27h1lzwm"))))
+         "0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
     (properties `((upstream-name . "OpenMx")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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