mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-chemminer: Update to 3.50.0.
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.50.0.
This commit is contained in:
parent
087322f6fa
commit
8bbcb000c7
1 changed files with 2 additions and 2 deletions
|
@ -14645,14 +14645,14 @@ (define-public r-bigpint
|
||||||
(define-public r-chemminer
|
(define-public r-chemminer
|
||||||
(package
|
(package
|
||||||
(name "r-chemminer")
|
(name "r-chemminer")
|
||||||
(version "3.48.0")
|
(version "3.50.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
|
||||||
"1nri4zkc9lp1mqgsi0h58486vixwiv2989b6pmx2aj5c3575i0ma"))))
|
"0rk4ydanqxjh5yj0m9qlj06a12j7rkx9gxv6x7zpiyvnscahw63i"))))
|
||||||
(properties `((upstream-name . "ChemmineR")))
|
(properties `((upstream-name . "ChemmineR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue