[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: r-zlibbioc: Update to 1.48.2.
From: |
guix-commits |
Subject: |
09/10: gnu: r-zlibbioc: Update to 1.48.2. |
Date: |
Fri, 15 Mar 2024 18:55:16 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 48e458e6620ddc5f90487dd7f1831cecff63ac95
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Mar 15 23:05:32 2024 +0100
gnu: r-zlibbioc: Update to 1.48.2.
* gnu/packages/bioconductor.scm (r-zlibbioc): Update to 1.48.2.
[native-inputs]: Add r-knitr.
Change-Id: Iee1c599473d30532660eb3770cf471ff979530dd
---
gnu/packages/bioconductor.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 70392a57ef..08f25efdbc 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12262,16 +12262,17 @@ describing each of the graphs.")
(define-public r-zlibbioc
(package
(name "r-zlibbioc")
- (version "1.48.0")
+ (version "1.48.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "zlibbioc" version))
(sha256
(base32
- "043xwgw3yclxnxlfl7fdwf7qf7fajzvqdv34qxnngxj9wpgha3gv"))))
+ "078v1iywzc0ng27r0wjchvkh4znzydq1swlalqb95xkmn72vrq8d"))))
(properties
`((upstream-name . "zlibbioc")))
(build-system r-build-system)
+ (native-inputs (list r-knitr))
(home-page "https://bioconductor.org/packages/zlibbioc")
(synopsis "Provider for zlib-1.2.5 to R packages")
(description "This package uses the source code of zlib-1.2.5 to create
- branch master updated (999bfa0d54 -> 10345d2f63), guix-commits, 2024/03/15
- 04/10: gnu: r-deseq2: Update to 1.42.1., guix-commits, 2024/03/15
- 01/10: gnu: r-asics: Update to 2.18.1., guix-commits, 2024/03/15
- 03/10: gnu: r-biostrings: Update to 2.70.3., guix-commits, 2024/03/15
- 05/10: gnu: r-genomeinfodb: Update to 1.38.7., guix-commits, 2024/03/15
- 02/10: gnu: r-coregx: Update to 2.6.1., guix-commits, 2024/03/15
- 09/10: gnu: r-zlibbioc: Update to 1.48.2.,
guix-commits <=
- 07/10: gnu: r-gsva: Update to 1.50.1., guix-commits, 2024/03/15
- 06/10: gnu: r-genomicfeatures: Update to 1.54.4., guix-commits, 2024/03/15
- 10/10: gnu: r-clusterprofiler: Update to 4.10.1., guix-commits, 2024/03/15
- 08/10: gnu: r-stringdb: Update to 2.14.3., guix-commits, 2024/03/15