mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ chromosome. Both tumor-normal paired and tumor-only analyses are supported.")
|
||||||
(define-public r-protgenerics
|
(define-public r-protgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-protgenerics")
|
(name "r-protgenerics")
|
||||||
(version "1.32.0")
|
(version "1.34.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
|
||||||
"0fgsb47qrvrl4y3yr094mas22rai5h5yl9mciadd6zcpamp2p01i"))))
|
"1gjva76nxa9nzzmc9hya3bq7hswfmjd768v21f6m3gyygxvl581m"))))
|
||||||
(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
Add a link
Reference in a new issue