gnu: r-protgenerics: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.30.0.
This commit is contained in:
zimoun 2022-11-17 03:50:12 +01:00 committed by Ricardo Wurmus
parent cf106821f5
commit dd27fffd32
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6364,14 +6364,14 @@ (define-public r-pscbs
(define-public r-protgenerics
(package
(name "r-protgenerics")
(version "1.28.0")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version))
(sha256
(base32
"04hcgj4q8dbzp1a29rbww2bxxrg679pgys3m09p0ydkpsx76rq05"))))
"1k5pg0zbhz9mjsl5i3j33p7qv2adax2lf7yqv6qz229fxxaxs5li"))))
(properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system)
(home-page "https://github.com/lgatto/ProtGenerics")