guix-commits
[Top][All Lists]
Advanced

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

10/50: gnu: r-expm: Update to 0.999-7.


From: guix-commits
Subject: 10/50: gnu: r-expm: Update to 0.999-7.
Date: Mon, 9 Jan 2023 17:11:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 407f58a9ad1760d38dd5ad605c2e54e5349bd0df
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:15:15 2023 +0100

    gnu: r-expm: Update to 0.999-7.
    
    * gnu/packages/cran.scm (r-expm): Update to 0.999-7.
---
 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 5f3c22ed74..5ea014ae89 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8830,14 +8830,14 @@ sample Robust Rank-Order Distributional Test.")
 (define-public r-expm
   (package
     (name "r-expm")
-    (version "0.999-6")
+    (version "0.999-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "expm" version))
        (sha256
         (base32
-         "1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
+         "1wd03dcqxyi7kyznfq7107ix1bsp7rwzqqv6w7p37pdq2jwlkwi8"))))
     (build-system r-build-system)
     (propagated-inputs (list r-matrix))
     (native-inputs (list gfortran))



reply via email to

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