gnu: r-harshlight: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-harshlight): Update to 1.72.0.
This commit is contained in:
parent
f7a3988fc7
commit
fdc4c55da2
1 changed files with 2 additions and 2 deletions
|
@ -7092,13 +7092,13 @@ Enrichment Analysis} (GSEA).")
|
||||||
(define-public r-harshlight
|
(define-public r-harshlight
|
||||||
(package
|
(package
|
||||||
(name "r-harshlight")
|
(name "r-harshlight")
|
||||||
(version "1.70.0")
|
(version "1.72.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Harshlight" version))
|
(uri (bioconductor-uri "Harshlight" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0asjgcnwawg8x7ql0srhb2011rvb4kr2cpsa1cy28nfmjfvdf0qm"))))
|
"1rg3gx42a68jqbdmbqx7lh97y0rird1lci7146hnxa4svj827d5p"))))
|
||||||
(properties `((upstream-name . "Harshlight")))
|
(properties `((upstream-name . "Harshlight")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue