guix-commits
[Top][All Lists]
Advanced

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

18/29: gnu: r-bqtl: Update to 1.0-36.


From: guix-commits
Subject: 18/29: gnu: r-bqtl: Update to 1.0-36.
Date: Tue, 30 Jan 2024 10:15:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 48f41d06e8c1aa49d387f31e3eb6ea8aa0942c8f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 15:48:56 2024 +0100

    gnu: r-bqtl: Update to 1.0-36.
    
    * gnu/packages/cran.scm (r-bqtl): Update to 1.0-36.
    
    Change-Id: I598ad41402e05e8ed628aaf57eac4a1e47689228
---
 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 f9da8ec25e..5763a90bc5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23581,14 +23581,14 @@ examples in the vignette.")
 (define-public r-bqtl
   (package
     (name "r-bqtl")
-    (version "1.0-35")
+    (version "1.0-36")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bqtl" version))
        (sha256
         (base32
-         "107yq7mk4gdr1wm20i751682jlj172bzbdjgqwviwgjxzbd0c2xa"))))
+         "18fwg52j6dv1v1pcc4997j2f5vlfmcvqqdg0618fq9zaq8j4cz6h"))))
     (build-system r-build-system)
     (native-inputs (list gfortran))
     (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/";)



reply via email to

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