mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rhdf5: Update to 2.32.3.
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.3.
This commit is contained in:
parent
78d9fbd2fd
commit
906c79d1a3
1 changed files with 2 additions and 2 deletions
|
@ -8848,13 +8848,13 @@ (define-public r-tximport
|
||||||
(define-public r-rhdf5
|
(define-public r-rhdf5
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5")
|
(name "r-rhdf5")
|
||||||
(version "2.32.2")
|
(version "2.32.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rhdf5" version))
|
(uri (bioconductor-uri "rhdf5" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v6ygi0avh3gmaj2ld2nr7vww4ipw39b5kqci9w27i3ja985lb8j"))))
|
"0fnx60dpf6s2qwq48lg98g18g8k7wgm66pw0kamlbb7l2hnwycvf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rhdf5lib" ,r-rhdf5lib)))
|
`(("r-rhdf5lib" ,r-rhdf5lib)))
|
||||||
|
|
Loading…
Reference in a new issue