mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-impute: Update to 1.72.3.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.72.3.
This commit is contained in:
parent
705d024b14
commit
8fb4758b12
1 changed files with 2 additions and 2 deletions
|
@ -6427,13 +6427,13 @@ (define-public r-rhtslib
|
||||||
(define-public r-impute
|
(define-public r-impute
|
||||||
(package
|
(package
|
||||||
(name "r-impute")
|
(name "r-impute")
|
||||||
(version "1.72.2")
|
(version "1.72.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "impute" version))
|
(uri (bioconductor-uri "impute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k697pqlkrwmfszipl9irbzmwhk1vz97j3rh0k5nj2mrj3dr71mv"))))
|
"1qq80za9bkg0wqnlckvahnjz08xacwvpnflwnrmwr2xg0ifkis38"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue