rekado pushed a commit to branch master
in repository guix.
commit 8bd3170bcf1791bcb2e3fdc0620e09af4909f4de
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 4 09:02:36 2021 +0200
gnu: r-biocgenerics: Update to 0.36.1.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.36.1.
---
gnu/packages/bioconductor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index da6650b..773c446 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
<[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <[email protected]>
;;; Copyright © 2016 Pjotr Prins <[email protected]>
;;; Copyright © 2016 Ben Woodcroft <[email protected]>
@@ -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)