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 (define-public r-biocstyle
(package (package
(name "r-biocstyle") (name "r-biocstyle")
(version "2.2.0") (version "2.2.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
"0qbk23fz8cn260isd9xlh9lxfj4adar6iqzai01c4kz0p31f45za")))) "0sl99xw940ixrm6v24lgaw3ljh56g59a6rdz7g160hx84z9f8n2n"))))
(properties (properties
`((upstream-name . "BiocStyle"))) `((upstream-name . "BiocStyle")))
(build-system r-build-system) (build-system r-build-system)