gnu: r-protgenerics: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.26.0.master
parent
78fd768566
commit
dc4cc2aa32
|
@ -3770,14 +3770,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.24.0")
|
(version "1.26.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
|
||||||
"1c79k8nc28782w5gxi7pkm8jmddq1hdw6khs9kgsp8dyk60ak6fq"))))
|
"0x53pk7h47gjza1q5pz7jb1qqhwa9z2rr5fr61qc92zl3mqk57m0"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue