me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.16.1.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.1.
master
Ricardo Wurmus 2020-10-06 13:12:05 +02:00
parent 7337615d1c
commit 78d9fbd2fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7539,13 +7539,13 @@ also known as views, in a controlled vocabulary.")
(define-public r-biocstyle (define-public r-biocstyle
(package (package
(name "r-biocstyle") (name "r-biocstyle")
(version "2.16.0") (version "2.16.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocStyle" version)) (uri (bioconductor-uri "BiocStyle" version))
(sha256 (sha256
(base32 (base32
"07rjl2n4sazdg581zh7w3yykzphgr2gpz41ba4ryqs7347vh9nbf")))) "09sz2bnbfbj8wz16k0q8xrvag9fldxqyp5vbg9pvd9skh28hv7c7"))))
(properties (properties
`((upstream-name . "BiocStyle"))) `((upstream-name . "BiocStyle")))
(build-system r-build-system) (build-system r-build-system)