mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-impute: Update to 1.60.0.
* gnu/packages/bioinformatics.scm (r-impute): Update to 1.60.0.
This commit is contained in:
parent
b590742362
commit
bca1c45e4e
1 changed files with 2 additions and 2 deletions
|
@ -8048,13 +8048,13 @@ (define-public r-bsgenome
|
||||||
(define-public r-impute
|
(define-public r-impute
|
||||||
(package
|
(package
|
||||||
(name "r-impute")
|
(name "r-impute")
|
||||||
(version "1.58.0")
|
(version "1.60.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "impute" version))
|
(uri (bioconductor-uri "impute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"144jb889979cv3il2zxqk724v3sj1wnzjm3lkspxcvk29dbb9q8j"))))
|
"0igz1phjd1j9bg9z4kyy7j8v9bxi9sdwz4df26r51i2vavlbrf4q"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue