mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rhdf5filters: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-rhdf5filters): Update to 1.10.0.
This commit is contained in:
parent
dfec056be2
commit
a7afc50aa3
1 changed files with 2 additions and 2 deletions
|
@ -6564,14 +6564,14 @@ the available RAM.")
|
||||||
(define-public r-rhdf5filters
|
(define-public r-rhdf5filters
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5filters")
|
(name "r-rhdf5filters")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rhdf5filters" version))
|
(uri (bioconductor-uri "rhdf5filters" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ipg0v8nqz1imj63scqmpiswcxbl4ankg3knfq4p06ic6ypbbmvs"))))
|
"17x2a3122mm3z9qnalw25am2x08cfpm17nwhigabid3ha3d2mgz1"))))
|
||||||
(properties `((upstream-name . "rhdf5filters")))
|
(properties `((upstream-name . "rhdf5filters")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue