mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-impute: Update to 1.58.0.
* gnu/packages/bioinformatics.scm (r-impute): Update to 1.58.0. [inputs]: Move gfortran from here... [native-inputs]: ...to here.
This commit is contained in:
parent
2b4ac1d77e
commit
82d9340b0c
1 changed files with 3 additions and 3 deletions
|
@ -8048,14 +8048,14 @@ (define-public r-bsgenome
|
|||
(define-public r-impute
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.56.0")
|
||||
(version "1.58.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"08z0pj1dz5iq967nwj67qyka7ir7m5an2ggv7bsrlz3apzfsla33"))))
|
||||
(inputs
|
||||
"144jb889979cv3il2zxqk724v3sj1wnzjm3lkspxcvk29dbb9q8j"))))
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/impute")
|
||||
|
|
Loading…
Reference in a new issue