mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-protgenerics: Update to 1.12.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.12.0.
This commit is contained in:
parent
9547dd8613
commit
a02b82088f
1 changed files with 2 additions and 2 deletions
|
@ -9375,14 +9375,14 @@ (define-public r-maldiquant
|
|||
(define-public r-protgenerics
|
||||
(package
|
||||
(name "r-protgenerics")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ProtGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16ijp50448wnabp43klx943rhdvh7x45hvy7cnpq1s4dckxhhyni"))))
|
||||
"05jbadw2aiwy8vi2ia0jxg06cmwhly2cq4dy1ag7kdxf1c5i9ccn"))))
|
||||
(properties `((upstream-name . "ProtGenerics")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/lgatto/ProtGenerics")
|
||||
|
|
Loading…
Reference in a new issue