me
/
guix
Archived
1
0
Fork 0

gnu: r-seqpattern: Update to 1.10.0.

* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.10.0.
master
Ricardo Wurmus 2017-11-06 21:41:08 +01:00
parent e67850b40d
commit 0f948b116b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7396,13 +7396,13 @@ microarray data, using nearest neighbor averaging.")
(define-public r-seqpattern
(package
(name "r-seqpattern")
(version "1.8.0")
(version "1.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "seqPattern" version))
(sha256
(base32
"0yw5251sirv3283xgmfmfbf900xp8dwvqfk88mr945s3by5hx99v"))))
"1kcm5w83q7w0v0vs7nyp4gq5z86c6n6pqy9zmyyhxcrns7f597pm"))))
(properties
`((upstream-name . "seqPattern")))
(build-system r-build-system)