mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-asics: Update to 2.20.1.
* gnu/packages/bioconductor.scm (r-asics): Update to 2.20.1. Change-Id: I24dabd37217ba4e904f1f5c7a6f4aed69076a91f
This commit is contained in:
parent
8bd94e42ba
commit
349925f04b
1 changed files with 2 additions and 2 deletions
|
@ -4312,13 +4312,13 @@ (define-public r-asgsca
|
||||||
(define-public r-asics
|
(define-public r-asics
|
||||||
(package
|
(package
|
||||||
(name "r-asics")
|
(name "r-asics")
|
||||||
(version "2.20.0")
|
(version "2.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ASICS" version))
|
(uri (bioconductor-uri "ASICS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lqw7xmbihx9k9nm43pix0gha4j58brm0wzqf6jmag7zrgc9i6q4"))))
|
"0halznbl3bflnn38rh9h5a5f0dsc88n6x6kwdffbpnin9i192q1k"))))
|
||||||
(properties `((upstream-name . "ASICS")))
|
(properties `((upstream-name . "ASICS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue