gnu: r-protgenerics: Update to 1.16.0.

* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.16.0.
master
Ricardo Wurmus 2019-05-05 23:39:18 +02:00
parent 10cb9919fc
commit 24aabd8fd9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9144,14 +9144,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.14.0") (version "1.16.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
"053mmxhzncqgigl2iqjlq56qzimlw2zzw31wpzw19rf7rld1vi3b")))) "12jjwmg58b4xbivxlw4pffq0qfi2c1c5hyrci0sfyphrc99fvx0i"))))
(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")