mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-erma: Update to 1.6.0.
* gnu/packages/bioinformatics.scm (r-erma): Update to 1.6.0.
This commit is contained in:
parent
6e338901bf
commit
494010ad3e
1 changed files with 2 additions and 2 deletions
|
@ -10621,14 +10621,14 @@ several related annotation packages.")
|
||||||
(define-public r-erma
|
(define-public r-erma
|
||||||
(package
|
(package
|
||||||
(name "r-erma")
|
(name "r-erma")
|
||||||
(version "1.4.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "erma" version))
|
(uri (bioconductor-uri "erma" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ccfbq0r48sr3h8050w8zv8402h7nx09adr0xdyqlg7kwp9vd2l3"))))
|
"1k2j1xhv0vwn45xmh8ds0gz812px5hnpgzvp37ngsdn4j5ai1l0k"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Add table
Reference in a new issue