guix-commits
[Top][All Lists]
Advanced

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

27/27: gnu: r-logspline: Update to 2.1.21.


From: guix-commits
Subject: 27/27: gnu: r-logspline: Update to 2.1.21.
Date: Tue, 31 Oct 2023 16:58:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4254269ad5d4a358a25562a22fb4d735e73941d6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:13 2023 +0100

    gnu: r-logspline: Update to 2.1.21.
    
    * gnu/packages/statistics.scm (r-logspline): Update to 2.1.21.
    
    Change-Id: Ib4ec6124282851bcc52eb87f7e30027e801f0531
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fe7b6ef3a8..cf5ba0764b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7169,14 +7169,14 @@ or eta squared effect size.")
 (define-public r-logspline
   (package
     (name "r-logspline")
-    (version "2.1.20")
+    (version "2.1.21")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "logspline" version))
         (sha256
           (base32
-            "1nsrgz9sh9qg2fj0x7k48lqhpgzq1z78jfz89ckzp5xm4r8lpgcb"))))
+            "0xqbk3h28gkx3haj7hdg314616x673cmg9ia148g0q9j3zqkqflf"))))
     (properties `((upstream-name . "logspline")))
     (build-system r-build-system)
     (native-inputs (list gfortran))



reply via email to

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