mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-impute: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.68.0.
This commit is contained in:
parent
eeeb38d569
commit
b6bd74cefb
1 changed files with 2 additions and 2 deletions
|
@ -3306,13 +3306,13 @@ (define-public r-rhtslib
|
|||
(define-public r-impute
|
||||
(package
|
||||
(name "r-impute")
|
||||
(version "1.66.0")
|
||||
(version "1.68.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "impute" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pprkv25avxhllddcssvqvy3nibmqkfwaq4xnlhka7858gyiyd1k"))))
|
||||
"0k6dil8ljgp5qr87m7hxli4igb36fbxiwczaqc5pi8mlfh70fqj5"))))
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue