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