mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -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
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.72.3")
|
||||
(version "1.74.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qq80za9bkg0wqnlckvahnjz08xacwvpnflwnrmwr2xg0ifkis38"))))
|
||||
"1i23zvlgz00a9645c5yqknry2fasfxq0z9scmigkrrrbg45nmd0s"))))
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue