mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.74.0")
|
||||
(version "1.74.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i23zvlgz00a9645c5yqknry2fasfxq0z9scmigkrrrbg45nmd0s"))))
|
||||
"0nz8ggzk2g5w20yyhp6av6hy69kbmg3ncfpq9ppmq6p5a0msx92l"))))
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue