gnu: r-impute: Update to 1.72.2.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.72.2.
This commit is contained in:
parent
b035f07cc2
commit
53fb765c85
1 changed files with 2 additions and 2 deletions
|
@ -6112,13 +6112,13 @@ of other R packages who wish to make use of HTSlib.")
|
||||||
(define-public r-impute
|
(define-public r-impute
|
||||||
(package
|
(package
|
||||||
(name "r-impute")
|
(name "r-impute")
|
||||||
(version "1.72.1")
|
(version "1.72.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "impute" version))
|
(uri (bioconductor-uri "impute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0862mpbmznizcq5bgnp85dl9q0bip76jkga45gssdrv90wsi2192"))))
|
"1k697pqlkrwmfszipl9irbzmwhk1vz97j3rh0k5nj2mrj3dr71mv"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue