mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: r-alevinqc: Update to 1.16.1.
* gnu/packages/bioconductor.scm (r-alevinqc): Update to 1.16.1.
This commit is contained in:
parent
4db85c197b
commit
f0c82ddced
1 changed files with 2 additions and 2 deletions
|
@ -3100,13 +3100,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.0")
|
(version "1.16.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "alevinQC" version))
|
(uri (bioconductor-uri "alevinQC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"014jxp2ymxiywp2qa1b9f7iszgf95v03h9kgk8ljabnbia1zsl67"))))
|
"137bvqyh1cqmhf9x3xl6n1dv0380lpcr2nxhd60b7zqiw4p14i5a"))))
|
||||||
(properties `((upstream-name . "alevinQC")))
|
(properties `((upstream-name . "alevinQC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue