Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.20.2.

* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.20.2.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:10 +02:00
parent 23abd7b6b6
commit 1cbcf54204
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11568,13 +11568,13 @@ different graph related packages produced by Bioconductor.")
(define-public r-biocstyle (define-public r-biocstyle
(package (package
(name "r-biocstyle") (name "r-biocstyle")
(version "2.20.1") (version "2.20.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocStyle" version)) (uri (bioconductor-uri "BiocStyle" version))
(sha256 (sha256
(base32 (base32
"0gkprmilj6lwnyghpyfzkwmfl3gva75lgpn4ck8jgikqac8jcq0x")))) "0p2wdq5vrx63ndghl9ww428z2lwnv5y88xmcr51by2g6vcj3brcf"))))
(properties (properties
`((upstream-name . "BiocStyle"))) `((upstream-name . "BiocStyle")))
(build-system r-build-system) (build-system r-build-system)