mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.58.0")
|
||||
(version "1.60.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"144jb889979cv3il2zxqk724v3sj1wnzjm3lkspxcvk29dbb9q8j"))))
|
||||
"0igz1phjd1j9bg9z4kyy7j8v9bxi9sdwz4df26r51i2vavlbrf4q"))))
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue