gnu: r-alevinqc: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-alevinqc): Update to 1.18.0. Change-Id: I96c53e6ac99d375da3a87cdc3ffad888f82bbb80
This commit is contained in:
parent
99a2acb5ab
commit
dc6a5a7045
1 changed files with 2 additions and 2 deletions
|
@ -3255,13 +3255,13 @@ paired or unpaired study designs.")
|
||||||
(define-public r-alevinqc
|
(define-public r-alevinqc
|
||||||
(package
|
(package
|
||||||
(name "r-alevinqc")
|
(name "r-alevinqc")
|
||||||
(version "1.16.1")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "alevinQC" version))
|
(uri (bioconductor-uri "alevinQC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"137bvqyh1cqmhf9x3xl6n1dv0380lpcr2nxhd60b7zqiw4p14i5a"))))
|
"0lhbh9xgkbrad9fqvxl4c6y0f2kgibn6sinp8znysk5m9z0ngpwp"))))
|
||||||
(properties `((upstream-name . "alevinQC")))
|
(properties `((upstream-name . "alevinQC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue