mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-chemminer: Update to 3.42.1.
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.42.1.
This commit is contained in:
parent
6f37c3ea40
commit
da109ae738
1 changed files with 2 additions and 2 deletions
|
@ -7812,14 +7812,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.42.0")
|
(version "3.42.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ChemmineR" version))
|
(uri (bioconductor-uri "ChemmineR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14q9zhhxgkx5skj424i2rbjdbp5j8jfkxspkhnkwv5i45cvkgh19"))))
|
"1853w19042c53whdnrfg1v8f07wpswf2si8q4613yrcamzg2zjkx"))))
|
||||||
(properties `((upstream-name . "ChemmineR")))
|
(properties `((upstream-name . "ChemmineR")))
|
||||||
(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