mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: r-cytolib: Update to 2.2.1.
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.2.1.
This commit is contained in:
parent
691178d67b
commit
9470f901d9
1 changed files with 2 additions and 2 deletions
|
@ -6103,14 +6103,14 @@ (define-public r-consensusclusterplus
|
|||
(define-public r-cytolib
|
||||
(package
|
||||
(name "r-cytolib")
|
||||
(version "2.2.0")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "cytolib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wylzps7wbvm64k62w5bbi8l74gaqca96psfapxfg6mcac5yz4qw"))))
|
||||
"0y8mxrg3jh9bahsf9rblgyja37m1x1ncxfnrli91xjyg0582kh7r"))))
|
||||
(properties `((upstream-name . "cytolib")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue