mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-alevinqc: Update to 1.18.1.
* gnu/packages/bioconductor.scm (r-alevinqc): Update to 1.18.1. Change-Id: I84abb3751c44f4679ebf6c5c39f3b7d0027f002e
This commit is contained in:
parent
fa8472f5be
commit
32ff790ac4
1 changed files with 2 additions and 2 deletions
|
@ -3549,13 +3549,13 @@ (define-public r-aldex2
|
||||||
(define-public r-alevinqc
|
(define-public r-alevinqc
|
||||||
(package
|
(package
|
||||||
(name "r-alevinqc")
|
(name "r-alevinqc")
|
||||||
(version "1.18.0")
|
(version "1.18.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
|
||||||
"0lhbh9xgkbrad9fqvxl4c6y0f2kgibn6sinp8znysk5m9z0ngpwp"))))
|
"0jzvldbqsqz5j0fp41jdq3vfwp1q1ggckparzx21jlli211c9shr"))))
|
||||||
(properties `((upstream-name . "alevinQC")))
|
(properties `((upstream-name . "alevinQC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue