gnu: r-biocgraph: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.64.0. Change-Id: Ic9aa7212fa29c9ee691219d915de532b63fc6a37master
parent
ee1f2a995f
commit
cb0e6b7711
|
@ -19539,14 +19539,14 @@ checks on R packages that are to be submitted to the Bioconductor repository.")
|
||||||
(define-public r-biocgraph
|
(define-public r-biocgraph
|
||||||
(package
|
(package
|
||||||
(name "r-biocgraph")
|
(name "r-biocgraph")
|
||||||
(version "1.62.0")
|
(version "1.64.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
|
||||||
"0fnncmi82qb9lkg1zfyps7n3nrw1s3wcqbixh420w53hmdyryryl"))))
|
"1yy0bwvfa5b531jvmbiwrd4xg8cdvrgwr8l6bxasrh6yrbv8drml"))))
|
||||||
(properties `((upstream-name . "biocGraph")))
|
(properties `((upstream-name . "biocGraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue