mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -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
|
(define-public r-yarn
|
||||||
(package
|
(package
|
||||||
(name "r-yarn")
|
(name "r-yarn")
|
||||||
(version "1.20.0")
|
(version "1.22.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
|
||||||
"0nk4qzrwjiv8q39lgil9x25bm3gpzrnhd37d7754kpxhs2fsmw9d"))))
|
"0z5202pqq02fwm8qf1g36004k7sv668s1xacbpr1cvw5sl452lbg"))))
|
||||||
(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