mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-impute: Update to 1.74.1.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.74.1.
This commit is contained in:
parent
ef3ce37eeb
commit
37f44c278f
1 changed files with 2 additions and 2 deletions
|
@ -7187,13 +7187,13 @@ (define-public r-rhtslib
|
||||||
(define-public r-impute
|
(define-public r-impute
|
||||||
(package
|
(package
|
||||||
(name "r-impute")
|
(name "r-impute")
|
||||||
(version "1.74.0")
|
(version "1.74.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "impute" version))
|
(uri (bioconductor-uri "impute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i23zvlgz00a9645c5yqknry2fasfxq0z9scmigkrrrbg45nmd0s"))))
|
"0nz8ggzk2g5w20yyhp6av6hy69kbmg3ncfpq9ppmq6p5a0msx92l"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue