mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-protgenerics: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.18.0.
This commit is contained in:
parent
3381dc4b5c
commit
d12328f9fe
1 changed files with 2 additions and 2 deletions
|
@ -9182,14 +9182,14 @@ (define-public r-maldiquant
|
||||||
(define-public r-protgenerics
|
(define-public r-protgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-protgenerics")
|
(name "r-protgenerics")
|
||||||
(version "1.16.0")
|
(version "1.18.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
|
||||||
"12jjwmg58b4xbivxlw4pffq0qfi2c1c5hyrci0sfyphrc99fvx0i"))))
|
"1k1ggjgx2la8b21841a4ngkp6xfxwz0czv7x960r7i1jqif8y48z"))))
|
||||||
(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…
Reference in a new issue