diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 00:04:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:19:47 +0200 |
commit | 66aeb1b46d8cae985439a86a63e15bfe36f86045 (patch) | |
tree | 69971c49969cf9e9b20c74de7b1d00ea568bb0ac | |
parent | 2e15c16f1e1eab46fdf0c78b8b26a3e43e1955dc (diff) | |
download | guix-66aeb1b46d8cae985439a86a63e15bfe36f86045.tar.gz |
gnu: r-affycomp: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.64.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d84050d18e..1bfb5f90b3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1205,14 +1205,14 @@ packages.") (define-public r-affycomp (package (name "r-affycomp") - (version "1.62.0") + (version "1.64.0") (source (origin (method url-fetch) (uri (bioconductor-uri "affycomp" version)) (sha256 (base32 - "0cl7c3m2lz2w8g2k7z7wjd0dyj0dkssvms99qpg8a1v3hx1xs6js")))) + "0zg8dshas5b2ny4pnxxxqihnr4l20666ivrgglb939a23mplgps0")))) (properties `((upstream-name . "affycomp"))) (build-system r-build-system) (propagated-inputs `(("r-biobase" ,r-biobase))) |