gnu: r-yarn: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.28.0. Change-Id: I2af46c89a04e0d5fa6e82ae8c366e731b4b0aa2f
This commit is contained in:
parent
92853c5e1a
commit
385193c92b
1 changed files with 2 additions and 2 deletions
|
@ -16122,14 +16122,14 @@ (define-public r-quantro
|
||||||
(define-public r-yarn
|
(define-public r-yarn
|
||||||
(package
|
(package
|
||||||
(name "r-yarn")
|
(name "r-yarn")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "yarn" version))
|
(uri (bioconductor-uri "yarn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ddfl4jp0n8sb665hcpsij959fl28rj22n1h61wp2374kpc0fwfj"))))
|
"12d806pyiks5xbvxng4pxn0xqvgs4c526gp2pp2qhdxw0w2m29rj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Loading…
Reference in a new issue