me
/
guix
Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.2.1.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.2.1.
master
Ricardo Wurmus 2016-12-29 22:10:05 +01:00
parent 007ee80277
commit c8ad8b6976
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5958,13 +5958,13 @@ also known as views, in a controlled vocabulary.")
(define-public r-biocstyle
(package
(name "r-biocstyle")
(version "2.2.0")
(version "2.2.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocStyle" version))
(sha256
(base32
"0qbk23fz8cn260isd9xlh9lxfj4adar6iqzai01c4kz0p31f45za"))))
"0sl99xw940ixrm6v24lgaw3ljh56g59a6rdz7g160hx84z9f8n2n"))))
(properties
`((upstream-name . "BiocStyle")))
(build-system r-build-system)