gnu: r-protgenerics: Update to 1.10.0.

* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.10.0.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:42:39 +01:00
parent 617700895b
commit 9a665dfb6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8865,14 +8865,14 @@ as allowing spectra with different resolutions.")
(define-public r-protgenerics (define-public r-protgenerics
(package (package
(name "r-protgenerics") (name "r-protgenerics")
(version "1.8.0") (version "1.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version)) (uri (bioconductor-uri "ProtGenerics" version))
(sha256 (sha256
(base32 (base32
"08idb3rvxn4fl7rd66jasyqz47cb76dbc3968r1g26jr2ci3w1pl")))) "16ijp50448wnabp43klx943rhdvh7x45hvy7cnpq1s4dckxhhyni"))))
(properties `((upstream-name . "ProtGenerics"))) (properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/lgatto/ProtGenerics") (home-page "https://github.com/lgatto/ProtGenerics")