mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-biocgraph: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.50.0.
This commit is contained in:
parent
8b71b14158
commit
543c63f2ae
1 changed files with 2 additions and 2 deletions
|
@ -7736,14 +7736,14 @@ (define-public r-bioccasestudies
|
|||
(define-public r-biocgraph
|
||||
(package
|
||||
(name "r-biocgraph")
|
||||
(version "1.48.0")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biocGraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rv2lwiqwg7h7za23n896fs4dpla3xhw6kzwghb6iw5nlm2m61yw"))))
|
||||
"1372bm4y3czqhpki10pnprxfkfncfcsy59zzvf8wj6q03acaavrj"))))
|
||||
(properties `((upstream-name . "biocGraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue