me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.14.2.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.14.2.
master
Ricardo Wurmus 2019-12-15 15:15:19 +01:00
parent 7758d5205c
commit ef96154433
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7268,13 +7268,13 @@ also known as views, in a controlled vocabulary.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.12.0")
(version "2.14.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"029x8r9rcx6zy0xixdpwxai4jv4ynb161821fzac6z4r8k418398"))))
"0nc1cbzp5zdwc0rss4r6v7cpgynmmnj3sczwmajr58nabkndwsvf"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)