gnu: r-chemminer: Update to 3.42.0.
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.42.0.
This commit is contained in:
parent
1e28867803
commit
95ef268142
1 changed files with 2 additions and 2 deletions
|
|
@ -7645,14 +7645,14 @@ visualizing RNA-sequencing datasets and differentially expressed genes.")
|
||||||
(define-public r-chemminer
|
(define-public r-chemminer
|
||||||
(package
|
(package
|
||||||
(name "r-chemminer")
|
(name "r-chemminer")
|
||||||
(version "3.40.0")
|
(version "3.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChemmineR" version))
|
(uri (bioconductor-uri "ChemmineR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cna5xsqflvhlp2k47asxyv3w4ympmz2wy2cwjyzlal6936fjikf"))))
|
"14q9zhhxgkx5skj424i2rbjdbp5j8jfkxspkhnkwv5i45cvkgh19"))))
|
||||||
(properties `((upstream-name . "ChemmineR")))
|
(properties `((upstream-name . "ChemmineR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue