mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-alevinqc: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-alevinqc): Update to 1.14.0.
This commit is contained in:
parent
5dc82a7f8b
commit
6f39e16124
1 changed files with 2 additions and 2 deletions
|
@ -2304,13 +2304,13 @@ paired or unpaired study designs.")
|
||||||
(define-public r-alevinqc
|
(define-public r-alevinqc
|
||||||
(package
|
(package
|
||||||
(name "r-alevinqc")
|
(name "r-alevinqc")
|
||||||
(version "1.12.1")
|
(version "1.14.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
|
||||||
"0g75qnz7ah0widdjn99lhvnacz38vgl9j86n65wyswsf413hz3bb"))))
|
"0rd64j4hkdk2d6mlld6qkv2m96lqc93807xjdf05xm8qkyx8g8y2"))))
|
||||||
(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
Add a link
Reference in a new issue