diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-04 09:02:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-04 09:47:36 +0200 |
commit | 8bd3170bcf1791bcb2e3fdc0620e09af4909f4de (patch) | |
tree | ca410e51a3d19a29021ac126768c1856cdc7a1ec /gnu/packages | |
parent | d4051161e7f56abeb5baa2ede91630e438b53ae8 (diff) | |
download | guix-8bd3170bcf1791bcb2e3fdc0620e09af4909f4de.tar.gz |
gnu: r-biocgenerics: Update to 0.36.1.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.36.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index da6650b191..773c446538 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org> ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> @@ -1185,13 +1185,13 @@ of Bioconductor.") (define-public r-biocgenerics (package (name "r-biocgenerics") - (version "0.36.0") + (version "0.36.1") (source (origin (method url-fetch) (uri (bioconductor-uri "BiocGenerics" version)) (sha256 (base32 - "1y9pgangz2f0n9v3zj8brz8bv7a1yjsncdnd5h1l7zv0c0j9fh9q")))) + "0x8cllriayrs99wd5l003iq6i28rb1mci23qcn13ga85578f5lz5")))) (properties `((upstream-name . "BiocGenerics"))) (build-system r-build-system) |