mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-a4core: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-a4core): Update to 1.42.0.
This commit is contained in:
parent
85c2a802f9
commit
5785c45e01
1 changed files with 2 additions and 2 deletions
|
@ -7653,14 +7653,14 @@ (define-public r-annaffy
|
|||
(define-public r-a4core
|
||||
(package
|
||||
(name "r-a4core")
|
||||
(version "1.40.0")
|
||||
(version "1.42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "a4Core" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00fi753nsayv0xspavw8r9ni1sim8ng33hp3d3kj2b8ihygd1s10"))))
|
||||
"074aa52y6c70417lxwrclk613gbs7zv3326g9ndbbzzs5pmnh1y0"))))
|
||||
(properties `((upstream-name . "a4Core")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue