mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-bioqc: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-bioqc): Update to 1.24.0.
This commit is contained in:
parent
dba6a33e3d
commit
e8e3d333f0
1 changed files with 2 additions and 2 deletions
|
@ -15775,14 +15775,14 @@ (define-public r-bionetstat
|
|||
(define-public r-bioqc
|
||||
(package
|
||||
(name "r-bioqc")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioQC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"190336qk0plg79gzvfn6wfplsi8nq0nj8508g7m0w3z6bdgwy407"))))
|
||||
"0vb2nnzqvyv25pw8qshcmijravswafg0858pkgqjgiv7wsr2mn3m"))))
|
||||
(properties `((upstream-name . "BioQC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue