mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-grohmm: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-grohmm): Update to 1.28.0.
This commit is contained in:
parent
2adab76473
commit
c208e75fe4
1 changed files with 2 additions and 2 deletions
|
@ -11842,14 +11842,14 @@ (define-public r-experimenthub
|
||||||
(define-public r-grohmm
|
(define-public r-grohmm
|
||||||
(package
|
(package
|
||||||
(name "r-grohmm")
|
(name "r-grohmm")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "groHMM" version))
|
(uri (bioconductor-uri "groHMM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h63vg1iskw79ijg5h1b9097ams8pp3kvnlawlfci6xfli07xpkj"))))
|
"1jcj29df4prknqwbydca1jb9w6njacjhwwk9jp0r5mvb88xrm60s"))))
|
||||||
(properties `((upstream-name . "groHMM")))
|
(properties `((upstream-name . "groHMM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue