gnu: r-biocstyle: Update to 2.18.1.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.18.1.
This commit is contained in:
parent
3872153a2f
commit
baeaa02e75
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue