3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-protgenerics: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:47 +02:00
parent 0ec6177cc1
commit dc67525ae6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3689,14 +3689,14 @@ structure (pcaRes) to provide a common interface to the PCA results.")
(define-public r-protgenerics
(package
(name "r-protgenerics")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version))
(sha256
(base32
"0yihxphgkshvfv1sn67wc4zvr2zlzws2j7ki3zabm6vyfkfdkfiz"))))
"1c79k8nc28782w5gxi7pkm8jmddq1hdw6khs9kgsp8dyk60ak6fq"))))
(properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system)
(home-page "https://github.com/lgatto/ProtGenerics")