[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/33: gnu: r-chromvar: Update to 1.20.2.
From: |
guix-commits |
Subject: |
32/33: gnu: r-chromvar: Update to 1.20.2. |
Date: |
Wed, 15 Mar 2023 12:41:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 81697789df74b5dba073c43e8ec272a87b025235
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Mar 15 14:56:32 2023 +0100
gnu: r-chromvar: Update to 1.20.2.
* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.20.2.
---
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 c6cbb82d7a..ea131e8eec 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17742,13 +17742,13 @@ This package wraps C++ code from the MOODS motif
calling library.")
(define-public r-chromvar
(package
(name "r-chromvar")
- (version "1.20.1")
+ (version "1.20.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "chromVAR" version))
(sha256
- (base32 "1nhhpqhpvmw6b0nwxdwsjnakmfpxzpii8fmabwwg9bk8ni3zj5dq"))))
+ (base32 "034in81lsdxa8j1na2zymck2y67235qprin8hak3dwa7lwzbm12z"))))
(properties `((upstream-name . "chromVAR")))
(build-system r-build-system)
(propagated-inputs
- 27/33: gnu: r-variancepartition: Update to 1.28.7., (continued)
- 27/33: gnu: r-variancepartition: Update to 1.28.7., guix-commits, 2023/03/15
- 29/33: gnu: r-biocviews: Update to 1.66.3., guix-commits, 2023/03/15
- 31/33: gnu: r-fishpond: Update to 2.4.1., guix-commits, 2023/03/15
- 33/33: gnu: r-biocthis: Update to 1.8.3., guix-commits, 2023/03/15
- 11/33: gnu: r-limma: Update to 3.54.2., guix-commits, 2023/03/15
- 13/33: gnu: r-mutationalpatterns: Update to 3.8.1., guix-commits, 2023/03/15
- 15/33: gnu: r-diffbind: Update to 3.8.4., guix-commits, 2023/03/15
- 18/33: gnu: r-sigpathway: Update to 1.66.2., guix-commits, 2023/03/15
- 28/33: gnu: r-bioccheck: Update to 1.34.3., guix-commits, 2023/03/15
- 30/33: gnu: r-s4vectors: Update to 0.36.2., guix-commits, 2023/03/15
- 32/33: gnu: r-chromvar: Update to 1.20.2.,
guix-commits <=