diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-09-14 23:39:08 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-09-14 23:39:08 +0200 |
commit | 7f518ef70b4538d75953d7f7b9c246595023ae87 (patch) | |
tree | 27ccc6c20a0a4a9aae36671ccfd26b8f59979325 | |
parent | 11f973e09367d9b1b0551f2ef7efc0314460611b (diff) | |
download | patches-7f518ef70b4538d75953d7f7b9c246595023ae87.tar patches-7f518ef70b4538d75953d7f7b9c246595023ae87.tar.gz |
gnu: r-s4vectors: Update to 0.22.1.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.22.1.
-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 61d992aacc..e8071323e1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7351,13 +7351,13 @@ checks on R packages that are to be submitted to the Bioconductor repository.") (define-public r-s4vectors (package (name "r-s4vectors") - (version "0.22.0") + (version "0.22.1") (source (origin (method url-fetch) (uri (bioconductor-uri "S4Vectors" version)) (sha256 (base32 - "1wkqmpy0d0fab9bjfc7i5wh2zng75pg9rn9c1z1lkki7fpwaw2jb")))) + "0cpxqb18wd3pjd7bi8lry13sm5ffqahcvvxpk5pwm5xcj30cdlm9")))) (properties `((upstream-name . "S4Vectors"))) (build-system r-build-system) |