me
/
guix
Archived
1
0
Fork 0

gnu: r-grohmm: Update to 1.22.0.

* gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.22.0.
master
Ricardo Wurmus 2020-06-12 16:02:13 +02:00
parent bb18d11d85
commit 5de96ae98b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7299,14 +7299,14 @@ annotation infrastructure.")
(define-public r-grohmm
(package
(name "r-grohmm")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "groHMM" version))
(sha256
(base32
"0ywr8f6bfhg2ia3n4rmsxr4v1xqmlyhkwh0rvkgh3yqgnbvihndg"))))
"04z9qq1xwdsaxbqhyld37w0ybvzly9pc1hcyrnwdbyjwd7n1fncb"))))
(properties `((upstream-name . "groHMM")))
(build-system r-build-system)
(propagated-inputs