mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-erma: Update to 1.0.0.
* gnu/packages/bioinformatics.scm (r-erma): Update to 1.0.0.
This commit is contained in:
parent
89ba9a7226
commit
3c5f5b4154
1 changed files with 2 additions and 2 deletions
|
@ -10132,14 +10132,14 @@ (define-public r-homo-sapiens
|
|||
(define-public r-erma
|
||||
(package
|
||||
(name "r-erma")
|
||||
(version "0.14.0")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "erma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hj9iz904rr1y66442lkxjywkw1ydyxxlhmjirawbf09ic5ad4g9"))))
|
||||
"0j7ggp63m5y88cxgi49vcql1s1avzifwvvd2hydj4lj3yrmzib48"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotationdbi" ,r-annotationdbi)
|
||||
|
|
Loading…
Reference in a new issue