mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-cytoml: Update to 2.8.1.
* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.8.1.
This commit is contained in:
parent
10c006c21d
commit
e30b2aeaa2
1 changed files with 2 additions and 2 deletions
|
@ -12002,14 +12002,14 @@ (define-public r-opencyto
|
||||||
(define-public r-cytoml
|
(define-public r-cytoml
|
||||||
(package
|
(package
|
||||||
(name "r-cytoml")
|
(name "r-cytoml")
|
||||||
(version "2.8.0")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "CytoML" version))
|
(uri (bioconductor-uri "CytoML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vp7advfh1d8596hjpzayasjhga4mx0l104sgz2asscbrjm4v7rr"))))
|
"01yzdljpyq92bv318b5qs29f190226zwbqjnckvxmbb0k8m7s5hw"))))
|
||||||
(properties `((upstream-name . "CytoML")))
|
(properties `((upstream-name . "CytoML")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue