mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-a4core: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-a4core): Update to 1.40.0.
This commit is contained in:
parent
387c023105
commit
2aad8aa075
1 changed files with 2 additions and 2 deletions
|
@ -7360,14 +7360,14 @@ (define-public r-annaffy
|
|||
(define-public r-a4core
|
||||
(package
|
||||
(name "r-a4core")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "a4Core" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13mzhn92kqpbn58zmh96f6frkm85sv9137mldfzaljf6snk0spg2"))))
|
||||
"00fi753nsayv0xspavw8r9ni1sim8ng33hp3d3kj2b8ihygd1s10"))))
|
||||
(properties `((upstream-name . "a4Core")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue