Archived
1
0
Fork 0

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 @@ chromosome. Both tumor-normal paired and tumor-only analyses are supported.")
(define-public r-protgenerics (define-public r-protgenerics
(package (package
(name "r-protgenerics") (name "r-protgenerics")
(version "1.28.0") (version "1.30.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
"04hcgj4q8dbzp1a29rbww2bxxrg679pgys3m09p0ydkpsx76rq05")))) "1k5pg0zbhz9mjsl5i3j33p7qv2adax2lf7yqv6qz229fxxaxs5li"))))
(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")