mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +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:
parent
0ec6177cc1
commit
dc67525ae6
1 changed files with 2 additions and 2 deletions
|
@ -3689,14 +3689,14 @@ structure (pcaRes) to provide a common interface to the PCA results.")
|
||||||
(define-public r-protgenerics
|
(define-public r-protgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-protgenerics")
|
(name "r-protgenerics")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"0yihxphgkshvfv1sn67wc4zvr2zlzws2j7ki3zabm6vyfkfdkfiz"))))
|
"1c79k8nc28782w5gxi7pkm8jmddq1hdw6khs9kgsp8dyk60ak6fq"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue