gnu: r-protgenerics: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.34.0.

Change-Id: Iede0129b8b5a5164f7efe982d4863e61e526444b
This commit is contained in:
Ricardo Wurmus 2023-11-03 16:59:43 +01:00
parent 42504ecfc8
commit ff6b2e31c4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9412,14 +9412,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.32.0") (version "1.34.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
"0fgsb47qrvrl4y3yr094mas22rai5h5yl9mciadd6zcpamp2p01i")))) "1gjva76nxa9nzzmc9hya3bq7hswfmjd768v21f6m3gyygxvl581m"))))
(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")