mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: r-grohmm: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.22.0.
This commit is contained in:
parent
bb18d11d85
commit
5de96ae98b
1 changed files with 2 additions and 2 deletions
|
@ -7299,14 +7299,14 @@ (define-public r-systempiper
|
||||||
(define-public r-grohmm
|
(define-public r-grohmm
|
||||||
(package
|
(package
|
||||||
(name "r-grohmm")
|
(name "r-grohmm")
|
||||||
(version "1.20.0")
|
(version "1.22.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
|
||||||
"0ywr8f6bfhg2ia3n4rmsxr4v1xqmlyhkwh0rvkgh3yqgnbvihndg"))))
|
"04z9qq1xwdsaxbqhyld37w0ybvzly9pc1hcyrnwdbyjwd7n1fncb"))))
|
||||||
(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