mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-rhdf5: Update to 2.32.1.
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.1.
This commit is contained in:
parent
f65d5e84de
commit
b07e53bb09
1 changed files with 2 additions and 2 deletions
|
@ -8929,13 +8929,13 @@ (define-public r-tximport
|
|||
(define-public r-rhdf5
|
||||
(package
|
||||
(name "r-rhdf5")
|
||||
(version "2.32.0")
|
||||
(version "2.32.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "rhdf5" version))
|
||||
(sha256
|
||||
(base32
|
||||
"097znwl95y2vd6asyqxs62m7binwxqmna7ss0302yl3b0s72skcy"))))
|
||||
"102zam2j43jwgaz9ch6y2jjbc3qf56ngmggikf99s8l3w9ggbskm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rhdf5lib" ,r-rhdf5lib)))
|
||||
|
|
Loading…
Reference in a new issue