guix-commits
[Top][All Lists]
Advanced

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

47/449: gnu: r-banocc: Update to 1.22.0.


From: guix-commits
Subject: 47/449: gnu: r-banocc: Update to 1.22.0.
Date: Tue, 22 Nov 2022 15:46:48 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 696be192196bb90487d8aba7a4a796631938ad42
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:05 2022 +0100

    gnu: r-banocc: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-banocc): Update to 1.22.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 4d05ae7946..ba6c95def7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2963,13 +2963,13 @@ the posterior densities for the average relative 
abundance of transcripts.")
 (define-public r-banocc
   (package
     (name "r-banocc")
-    (version "1.20.0")
+    (version "1.22.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "banocc" version))
               (sha256
                (base32
-                "10vaggq1w5jkxd8r2k1mhymzvb7x3h8afwn2pvmcpj022ka7xhbx"))))
+                "0d7ss3df6zcfsh8kgy35ghxa6f27ynjhdbi6mdypgk9q24f64r78"))))
     (properties `((upstream-name . "banocc")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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