mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ldblock: Update to 1.22.1.
* gnu/packages/bioconductor.scm (r-ldblock): Update to 1.22.1.
This commit is contained in:
parent
5909dd9e8e
commit
1aceb93a6f
1 changed files with 2 additions and 2 deletions
|
@ -13386,14 +13386,14 @@ (define-public r-kegggraph
|
||||||
(define-public r-ldblock
|
(define-public r-ldblock
|
||||||
(package
|
(package
|
||||||
(name "r-ldblock")
|
(name "r-ldblock")
|
||||||
(version "1.22.0")
|
(version "1.22.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ldblock" version))
|
(uri (bioconductor-uri "ldblock" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"075jncvfbn3lydg0jvfhnv5025mnw79saa0k557vpcwdvs9y4p0c"))))
|
"16vp5psmigxdkkd6fbivb6s8mvd7rsnm771wsbjvayl2y7ig7kq4"))))
|
||||||
(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