me
/
guix
Archived
1
0
Fork 0

gnu: r-grohmm: Update to 1.20.0.

* gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.20.0.
master
Ricardo Wurmus 2019-12-15 15:15:39 +01:00
parent 74d59b6748
commit f8f815667d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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