me
/
guix
Archived
1
0
Fork 0

gnu: r-protgenerics: Update to 1.34.0.

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

Change-Id: Iede0129b8b5a5164f7efe982d4863e61e526444b
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9412,14 +9412,14 @@ chromosome. Both tumor-normal paired and tumor-only analyses are supported.")
(define-public r-protgenerics
(package
(name "r-protgenerics")
(version "1.32.0")
(version "1.34.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version))
(sha256
(base32
"0fgsb47qrvrl4y3yr094mas22rai5h5yl9mciadd6zcpamp2p01i"))))
"1gjva76nxa9nzzmc9hya3bq7hswfmjd768v21f6m3gyygxvl581m"))))
(properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system)
(home-page "https://github.com/lgatto/ProtGenerics")