guix-commits
[Top][All Lists]
Advanced

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

21/55: gnu: r-bcellviper: Update to 1.38.0.


From: guix-commits
Subject: 21/55: gnu: r-bcellviper: Update to 1.38.0.
Date: Mon, 22 Jan 2024 08:00:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 09ee801fe932ab0184a923c45355c0b35c8d2bb2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:13 2024 +0100

    gnu: r-bcellviper: Update to 1.38.0.
    
    * gnu/packages/bioconductor.scm (r-bcellviper): Update to 1.38.0.
    
    Change-Id: Iaac28d6376364c0d0e30c29deb6df22c40b18b29
---
 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 f38048cf37..dd2556b9cd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1630,14 +1630,14 @@ from Illumina 450k methylation arrays.")
 (define-public r-bcellviper
   (package
     (name "r-bcellviper")
-    (version "1.34.0")
+    (version "1.38.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "bcellViper" version
                                      'experiment))
               (sha256
                (base32
-                "1fpgh70x2r68v0ximgcdphnyzq2hgiwbamyhbac3yka8flhrd1fm"))))
+                "1q9ig5z03flq57nrhwnk6gdz4kamjmpwdfifwvnhac3l3f5z828h"))))
     (properties `((upstream-name . "bcellViper")))
     (build-system r-build-system)
     (propagated-inputs (list r-biobase))



reply via email to

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