gnu: r-biocstyle: Update to 2.20.0.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.20.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:50:10 +02:00
parent cd9af2379d
commit 6513592747
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11389,13 +11389,13 @@ (define-public r-biocgraph
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.18.1")
(version "2.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"0rsxyna4dd99x42vc82mlkxx774vb9375llpakg53max1hhwkrqp"))))
"062zhy33a2c70ibqghnjxcys0wbqc998aza8nnygk4zmpd4iyy1z"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)