mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-wiggleplotr: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.26.0. Change-Id: I971b261e23b896e51618fa4a064152891ba8d03f
This commit is contained in:
parent
bf2e150d5c
commit
e83637da77
1 changed files with 2 additions and 2 deletions
|
@ -16361,14 +16361,14 @@ (define-public r-wrench
|
||||||
(define-public r-wiggleplotr
|
(define-public r-wiggleplotr
|
||||||
(package
|
(package
|
||||||
(name "r-wiggleplotr")
|
(name "r-wiggleplotr")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "wiggleplotr" version))
|
(uri (bioconductor-uri "wiggleplotr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15gbs10bi1alxxbxaj4h3hzfgck4nxygy896y34x81w1rn7in3vp"))))
|
"1gq0hxmnnis0g1y6hiphz02dmk3pfjz874xb2bxqw49z7387fwm8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-assertthat
|
(list r-assertthat
|
||||||
|
|
Loading…
Reference in a new issue