mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 17:38:57 -05:00
gnu: r-atacseqqc: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.16.0.
This commit is contained in:
parent
4627fefcdc
commit
2357a732e5
1 changed files with 2 additions and 2 deletions
|
@ -7799,14 +7799,14 @@ (define-public r-genomicscores
|
||||||
(define-public r-atacseqqc
|
(define-public r-atacseqqc
|
||||||
(package
|
(package
|
||||||
(name "r-atacseqqc")
|
(name "r-atacseqqc")
|
||||||
(version "1.14.4")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ATACseqQC" version))
|
(uri (bioconductor-uri "ATACseqQC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04sn0zl4m60i5jvqz5rmhc4qwcgrhk6rhznrygmm93k9v363mbn9"))))
|
"168g3xkhjzrfjpa1ynifdyfhsxx3rpyrbybsarlzr9kslw1cdkxl"))))
|
||||||
(properties `((upstream-name . "ATACseqQC")))
|
(properties `((upstream-name . "ATACseqQC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue