mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-wiggleplotr: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.8.0.
This commit is contained in:
parent
07597c85d8
commit
a6edf33533
1 changed files with 2 additions and 2 deletions
|
@ -4131,14 +4131,14 @@ (define-public r-wrench
|
|||
(define-public r-wiggleplotr
|
||||
(package
|
||||
(name "r-wiggleplotr")
|
||||
(version "1.6.1")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "wiggleplotr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12fhbskkjwv4d9bdy3gab8n9pcf7qpwiwgx0248as445vfw8dil3"))))
|
||||
"0yl3ymsk5iijbypjg7lf6mkjgb54893vml2v5aqp2q4l8q0ld7l0"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-assertthat" ,r-assertthat)
|
||||
|
|
Loading…
Reference in a new issue