gnu: r-biocstyle: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.32.0. Change-Id: I88c9702a7c4d1c38a1515055513a24c40531bfd8master
parent
000a4021b9
commit
b9f227c7b8
|
@ -21023,13 +21023,13 @@ different graph related packages produced by Bioconductor.")
|
||||||
(define-public r-biocstyle
|
(define-public r-biocstyle
|
||||||
(package
|
(package
|
||||||
(name "r-biocstyle")
|
(name "r-biocstyle")
|
||||||
(version "2.30.0")
|
(version "2.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocStyle" version))
|
(uri (bioconductor-uri "BiocStyle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17pkdi3vn62pw1nzmgz0i45czynqjchq078ij8v1xvflg6lf7flw"))))
|
"1vm9wj4hzzjivdi6rnxyhxwqscdvbmc45w9zq17h3r53qnva530x"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocStyle")))
|
`((upstream-name . "BiocStyle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue