mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
|
||||
(package
|
||||
(name "r-yarn")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "yarn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ddfl4jp0n8sb665hcpsij959fl28rj22n1h61wp2374kpc0fwfj"))))
|
||||
"12d806pyiks5xbvxng4pxn0xqvgs4c526gp2pp2qhdxw0w2m29rj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue