mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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
|
||||
(package
|
||||
(name "r-alevinqc")
|
||||
(version "1.18.0")
|
||||
(version "1.18.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "alevinQC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lhbh9xgkbrad9fqvxl4c6y0f2kgibn6sinp8znysk5m9z0ngpwp"))))
|
||||
"0jzvldbqsqz5j0fp41jdq3vfwp1q1ggckparzx21jlli211c9shr"))))
|
||||
(properties `((upstream-name . "alevinQC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue