mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-beachmat: Update to 2.8.1.
* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.8.1.
This commit is contained in:
parent
da7e7c9de8
commit
2897ad3178
1 changed files with 2 additions and 2 deletions
|
@ -12473,14 +12473,14 @@ (define-public r-rhdf5lib
|
||||||
(define-public r-beachmat
|
(define-public r-beachmat
|
||||||
(package
|
(package
|
||||||
(name "r-beachmat")
|
(name "r-beachmat")
|
||||||
(version "2.8.0")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "beachmat" version))
|
(uri (bioconductor-uri "beachmat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16p6shab4y8sy1adn4qr05ysvwmvs9idliccixafvx9icv5sla86"))))
|
"06bpfpddsl49csxrs8hlx5pv0absc2wdcparchf8qqaqydazwci2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
|
|
Loading…
Reference in a new issue