mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-chromstar: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-chromstar): Update to 1.28.0. Change-Id: I48a305a00b1fe7c89ca4f9700ebe6f65a6265080
This commit is contained in:
parent
d775b141cf
commit
0c881be497
1 changed files with 2 additions and 2 deletions
|
@ -22034,14 +22034,14 @@ (define-public r-snpstats
|
|||
(define-public r-chromstar
|
||||
(package
|
||||
(name "r-chromstar")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "chromstaR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qrcmydk080m1rzwbzx2km4vpbahnq5y73mrnpgjjjrxbndz9xz9"))))
|
||||
"1yykcqxp8y7by4jgh6dfl25m0pnghj36qy21990n2sdfv1kpg2x6"))))
|
||||
(properties `((upstream-name . "chromstaR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue