mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: r-protgenerics: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.14.0.
This commit is contained in:
parent
8af8688339
commit
691ce09fd3
1 changed files with 2 additions and 2 deletions
|
@ -9517,14 +9517,14 @@ as allowing spectra with different resolutions.")
|
||||||
(define-public r-protgenerics
|
(define-public r-protgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-protgenerics")
|
(name "r-protgenerics")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"05jbadw2aiwy8vi2ia0jxg06cmwhly2cq4dy1ag7kdxf1c5i9ccn"))))
|
"053mmxhzncqgigl2iqjlq56qzimlw2zzw31wpzw19rf7rld1vi3b"))))
|
||||||
(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