mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: r-yarn: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.24.0.
This commit is contained in:
parent
0ac185ebb4
commit
802db22edf
1 changed files with 2 additions and 2 deletions
|
@ -11686,14 +11686,14 @@ (define-public r-quantro
|
|||
(define-public r-yarn
|
||||
(package
|
||||
(name "r-yarn")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "yarn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z5202pqq02fwm8qf1g36004k7sv668s1xacbpr1cvw5sl452lbg"))))
|
||||
"0sqbll7ja0qr8r28dqmydmkvg4ijfm7z8hbrsrz3xxdan70bmd2r"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue