mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-methylkit: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-methylkit): Update to 1.28.0. Change-Id: I3040045d082d80a8e1f1e68691ad3c7bc561d3d3
This commit is contained in:
parent
7b4893ddb8
commit
6faabe3a9f
1 changed files with 2 additions and 2 deletions
|
@ -8588,13 +8588,13 @@ (define-public r-metaneighbor
|
||||||
(define-public r-methylkit
|
(define-public r-methylkit
|
||||||
(package
|
(package
|
||||||
(name "r-methylkit")
|
(name "r-methylkit")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "methylKit" version))
|
(uri (bioconductor-uri "methylKit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qi4gwlxsxr4cgs8s12qybrs89vr79xwd7n9in1af3hyn0swikn1"))))
|
"0y45wa45kblm2g3nylvybvyfc34sjlynhsz3dirhs1favb83sdiv"))))
|
||||||
(properties `((upstream-name . "methylKit")))
|
(properties `((upstream-name . "methylKit")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue