guix-commits
[Top][All Lists]
Advanced

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

264/324: gnu: r-bicare: Update to 1.50.0.


From: guix-commits
Subject: 264/324: gnu: r-bicare: Update to 1.50.0.
Date: Sat, 5 Jun 2021 03:15:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 49403e824162a8171c8d3963720297ca66ec2bcd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:09 2021 +0200

    gnu: r-bicare: Update to 1.50.0.
    
    * gnu/packages/bioconductor.scm (r-bicare): Update to 1.50.0.
---
 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 0889d14..b0d5534 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10885,14 +10885,14 @@ algorithm which is more efficient for larger data 
sets.")
 (define-public r-bicare
   (package
     (name "r-bicare")
-    (version "1.48.0")
+    (version "1.50.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "BicARE" version))
        (sha256
         (base32
-         "1np3967rjx54hbjsynvya75lcsqa6zic6frw5fjwqybwv2pzzw2k"))))
+         "0j3gs4xcdgaca2c62jf2h86skbbxm1c9g2khs5bsa8fmkskr6vl9"))))
     (properties `((upstream-name . "BicARE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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