gnu: r-protgenerics: Update to 1.22.0.

* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.22.0.
This commit is contained in:
zimoun 2020-10-30 16:00:14 +01:00 committed by Ricardo Wurmus
parent 858eb988a0
commit 4d9e168db8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9659,14 +9659,14 @@ (define-public r-raremetals2
(define-public r-protgenerics
(package
(name "r-protgenerics")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version))
(sha256
(base32
"14xzdh7vxss8vmrw91hcwrszdn3ikm71mah8875b2lkrkrfzbl73"))))
"0yihxphgkshvfv1sn67wc4zvr2zlzws2j7ki3zabm6vyfkfdkfiz"))))
(properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system)
(home-page "https://github.com/lgatto/ProtGenerics")