mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: r-made4: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-made4): Update to 1.76.0. Change-Id: I867a25181c61abbb9d65b0c53dc9cbad9d96a293
This commit is contained in:
parent
7a12d712eb
commit
35d10e3429
1 changed files with 2 additions and 2 deletions
|
@ -8356,13 +8356,13 @@ (define-public r-maaslin2
|
||||||
(define-public r-made4
|
(define-public r-made4
|
||||||
(package
|
(package
|
||||||
(name "r-made4")
|
(name "r-made4")
|
||||||
(version "1.74.0")
|
(version "1.76.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "made4" version))
|
(uri (bioconductor-uri "made4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1233l5160msxp85vm2h0j3k073vv5d9wj55709x4s657fi9la6ij"))))
|
"03fhiszlmjh8nvz3gppf45r9kpcjrdb601ar17c4f2aygjpkf0cg"))))
|
||||||
(properties `((upstream-name . "made4")))
|
(properties `((upstream-name . "made4")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue