guix-commits
[Top][All Lists]
Advanced

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

55/138: gnu: r-fmsb: Update to 0.7.2.


From: guix-commits
Subject: 55/138: gnu: r-fmsb: Update to 0.7.2.
Date: Wed, 5 Jan 2022 15:24:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ea42d7fd71382258d60ff41e122a803c7778f5c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:21 2022 +0100

    gnu: r-fmsb: Update to 0.7.2.
    
    * gnu/packages/cran.scm (r-fmsb): Update to 0.7.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 2ec7a93f77..c2e7768bda 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12461,14 +12461,14 @@ for evolution along a phylogenetic tree.")
 (define-public r-fmsb
   (package
     (name "r-fmsb")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fmsb" version))
        (sha256
         (base32
-         "09pq7p7i6vkq9av7l7x9hicl9sqh7xn96f9pac117hy6z852jvi2"))))
+         "1ylwj4385wg7rymx0m3kayyvrbil89wxb7phdl0fvi0xq2krkzhb"))))
     (build-system r-build-system)
     (home-page "http://minato.sip21c.org/msb/";)
     (synopsis "Functions for medical statistics book with demographic data")



reply via email to

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