diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:30:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:31 +0200 |
commit | 192ddab3e535f733093ae05b0b6e14de6d9e98a2 (patch) | |
tree | 7193d5aafa35b90a1e7309f9a8953cfa8d76d97a /gnu | |
parent | 8bdf7d55be615674fe87f1a4696f33907883e0eb (diff) | |
download | patches-192ddab3e535f733093ae05b0b6e14de6d9e98a2.tar patches-192ddab3e535f733093ae05b0b6e14de6d9e98a2.tar.gz |
gnu: r-s4vectors: Update to 0.22.0.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.22.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f920f4ca97..4b45f769a7 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7342,13 +7342,13 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-s4vectors (package (name "r-s4vectors") - (version "0.20.1") + (version "0.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "S4Vectors" version)) (sha256 (base32 - "18whrw67nxn82xshckl2pjy7d14sa3c27h3n9naqyqwz88lr6dzg")))) + "1wkqmpy0d0fab9bjfc7i5wh2zng75pg9rn9c1z1lkki7fpwaw2jb")))) (properties `((upstream-name . "S4Vectors"))) (build-system r-build-system) |