mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-protgenerics: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.34.0. Change-Id: Iede0129b8b5a5164f7efe982d4863e61e526444b
This commit is contained in:
parent
42504ecfc8
commit
ff6b2e31c4
1 changed files with 2 additions and 2 deletions
|
@ -9412,14 +9412,14 @@ (define-public r-pscbs
|
|||
(define-public r-protgenerics
|
||||
(package
|
||||
(name "r-protgenerics")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ProtGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgsb47qrvrl4y3yr094mas22rai5h5yl9mciadd6zcpamp2p01i"))))
|
||||
"1gjva76nxa9nzzmc9hya3bq7hswfmjd768v21f6m3gyygxvl581m"))))
|
||||
(properties `((upstream-name . "ProtGenerics")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/lgatto/ProtGenerics")
|
||||
|
|
Loading…
Reference in a new issue