guix-commits
[Top][All Lists]
Advanced

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

158/235: gnu: r-survminer: Update to 0.5.0.


From: guix-commits
Subject: 158/235: gnu: r-survminer: Update to 0.5.0.
Date: Fri, 1 Nov 2024 10:09:57 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit 6758bdde2a596660c193111636ef004b9f2ff2b8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 1 15:00:58 2024 +0100

    gnu: r-survminer: Update to 0.5.0.
    
    * gnu/packages/cran.scm (r-survminer): Update to 0.5.0.
    
    Change-Id: I9e481f77705b9e2564de5d090de7f8e32c493759
---
 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 b1e0c9791d..5285dc6c0d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37029,14 +37029,14 @@ p-value approximations.")
 (define-public r-survminer
   (package
     (name "r-survminer")
-    (version "0.4.9")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "survminer" version))
        (sha256
         (base32
-         "0byh0wxdbjfwdrzsnqv4xlmnik6lj0vkkzfxy7lssk8dv5zmj7nz"))))
+         "12zmjd42w3ay2hf7dmdlpc10gan2adgz64jm5cg9prxw3ryi3iyj"))))
     (properties `((upstream-name . "survminer")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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