mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: r-impute: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.74.0.
This commit is contained in:
parent
8d8a7d55e2
commit
ab9cdb4082
1 changed files with 2 additions and 2 deletions
|
@ -7169,13 +7169,13 @@ (define-public r-rhtslib
|
||||||
(define-public r-impute
|
(define-public r-impute
|
||||||
(package
|
(package
|
||||||
(name "r-impute")
|
(name "r-impute")
|
||||||
(version "1.72.3")
|
(version "1.74.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
|
||||||
"1qq80za9bkg0wqnlckvahnjz08xacwvpnflwnrmwr2xg0ifkis38"))))
|
"1i23zvlgz00a9645c5yqknry2fasfxq0z9scmigkrrrbg45nmd0s"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue