mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ groups.")
|
||||||
(define-public r-yarn
|
(define-public r-yarn
|
||||||
(package
|
(package
|
||||||
(name "r-yarn")
|
(name "r-yarn")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"0z5202pqq02fwm8qf1g36004k7sv668s1xacbpr1cvw5sl452lbg"))))
|
"0sqbll7ja0qr8r28dqmydmkvg4ijfm7z8hbrsrz3xxdan70bmd2r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue