mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-rhdf5filters: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-rhdf5filters): Update to 1.14.0. [native-inputs]: Remove r-biocstyle and r-rmarkdown. Change-Id: I14e7f0e2c5986c35b9c6ca36dcb3f4127cf348aa
This commit is contained in:
parent
0e159537dd
commit
68bdc0a860
1 changed files with 3 additions and 3 deletions
|
@ -9646,14 +9646,14 @@ (define-public r-rhdf5
|
|||
(define-public r-rhdf5filters
|
||||
(package
|
||||
(name "r-rhdf5filters")
|
||||
(version "1.12.1")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "rhdf5filters" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v9wxa5q0iwphrmkf9x70jpbq9r9rqz2hm94smqnnpfxszila49m"))))
|
||||
"1appjnggyljrn77nvv9adkwxplbrrlgkrrd1bf2b5r0nsa505hdc"))))
|
||||
(properties `((upstream-name . "rhdf5filters")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -9681,7 +9681,7 @@ (define-public r-rhdf5filters
|
|||
(inputs
|
||||
(list bzip2 c-blosc zlib (list zstd "lib")))
|
||||
(native-inputs
|
||||
(list r-biocstyle r-knitr r-rmarkdown))
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/grimbough/rhdf5filters")
|
||||
(synopsis "HDF5 compression filters")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue