guix-commits
[Top][All Lists]
Advanced

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

83/150: gnu: r-blme: Update to 1.0-5.


From: guix-commits
Subject: 83/150: gnu: r-blme: Update to 1.0-5.
Date: Wed, 20 Jan 2021 11:21:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ba6210fa6d04e752a4ea0a0c8b57d35403e06d2a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:11:41 2021 +0100

    gnu: r-blme: Update to 1.0-5.
    
    * gnu/packages/cran.scm (r-blme): Update to 1.0-5.
---
 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 72d30c8..9468e2c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16311,14 +16311,14 @@ parallel versions of vectorized R functions of the 
@code{mc*apply} family.")
 (define-public r-blme
   (package
     (name "r-blme")
-    (version "1.0-4")
+    (version "1.0-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "blme" version))
        (sha256
         (base32
-         "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
+         "0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
     (build-system r-build-system)
     (propagated-inputs `(("r-lme4" ,r-lme4)))
     (home-page "https://github.com/vdorie/blme";)



reply via email to

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