Archived
1
0
Fork 0

gnu: r-biocstyle: Update to 2.18.1.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.18.1.
This commit is contained in:
Ricardo Wurmus 2020-12-09 23:28:21 +01:00
parent 3872153a2f
commit baeaa02e75
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7757,13 +7757,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.18.0") (version "2.18.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
"1hfdvld0n9py45mxm05kbb0sq0s9p8yky3s6jb02gzhlxkk3q4fs")))) "0rsxyna4dd99x42vc82mlkxx774vb9375llpakg53max1hhwkrqp"))))
(properties (properties
`((upstream-name . "BiocStyle"))) `((upstream-name . "BiocStyle")))
(build-system r-build-system) (build-system r-build-system)