diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 15:11:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 17:44:41 +0200 |
commit | 2b1cc79d989d99f68a70eaf60ebcb0b8bd30532f (patch) | |
tree | 1b876e7155d973747e605445bb7ed707e10b0e9d | |
parent | 0b54b4c9866966146923de25d6088e3934c18524 (diff) | |
download | guix-2b1cc79d989d99f68a70eaf60ebcb0b8bd30532f.tar.gz |
gnu: r-s4vectors: Update to 0.10.3.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.10.3.
-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 60be692093..85ac8b0779 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5272,13 +5272,13 @@ abnormal copy number.") (define-public r-s4vectors (package (name "r-s4vectors") - (version "0.10.2") + (version "0.10.3") (source (origin (method url-fetch) (uri (bioconductor-uri "S4Vectors" version)) (sha256 (base32 - "0cvq9yb97cka7lg5nimvzxbz8b2hxkscmjdqb5z23w5c7hrbjffp")))) + "09lrvy3d5q58hsgw9as4hyyx07k1vyy2zjn3xsvhyfd97yk6w6lv")))) (properties `((upstream-name . "S4Vectors"))) (build-system r-build-system) |