mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -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
|
||||
(package
|
||||
(name "r-protgenerics")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ProtGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12jjwmg58b4xbivxlw4pffq0qfi2c1c5hyrci0sfyphrc99fvx0i"))))
|
||||
"1k1ggjgx2la8b21841a4ngkp6xfxwz0czv7x960r7i1jqif8y48z"))))
|
||||
(properties `((upstream-name . "ProtGenerics")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/lgatto/ProtGenerics")
|
||||
|
|
Loading…
Reference in a new issue