mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-biocgraph: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.62.0.
This commit is contained in:
parent
b5133a0dc3
commit
d277f69643
1 changed files with 2 additions and 2 deletions
|
@ -17348,14 +17348,14 @@ (define-public r-bioccheck
|
||||||
(define-public r-biocgraph
|
(define-public r-biocgraph
|
||||||
(package
|
(package
|
||||||
(name "r-biocgraph")
|
(name "r-biocgraph")
|
||||||
(version "1.60.0")
|
(version "1.62.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biocGraph" version))
|
(uri (bioconductor-uri "biocGraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ysdmv2hyl8jnmr42lkyvgfqb0z89f5p649ahx0ygs6fw0z226xa"))))
|
"0fnncmi82qb9lkg1zfyps7n3nrw1s3wcqbixh420w53hmdyryryl"))))
|
||||||
(properties `((upstream-name . "biocGraph")))
|
(properties `((upstream-name . "biocGraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue