guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: r-dose: Update to 3.20.1.


From: guix-commits
Subject: 04/09: gnu: r-dose: Update to 3.20.1.
Date: Wed, 24 Nov 2021 07:53:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 370bb5851a97bc35c6729c795ba20a6e9d7c5a0f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 24 13:06:52 2021 +0100

    gnu: r-dose: Update to 3.20.1.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.20.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ef475b4..38ec60e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7442,14 +7442,14 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.20.0")
+    (version "3.20.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "0hj5hn54g8a3gj4q9200bffcy9m1mvkiwbg60ysv1hxxbpi57kmv"))))
+         "10kknaqz40pb6v0fcjzp12hfpi6k5kvlqnyxx1k3y0h0wdg8hs3n"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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