mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-graph: Update to 1.86.0.
* gnu/packages/bioconductor.scm (r-graph): Update to 1.86.0. Change-Id: I8e0400ae03df88c752ff222912c574cbdaffcd7b
This commit is contained in:
parent
e2efa7ebc3
commit
ae192ce1f4
1 changed files with 2 additions and 2 deletions
|
@ -15616,13 +15616,13 @@ expressed genes in DNA microarray experiments.")
|
||||||
(define-public r-graph
|
(define-public r-graph
|
||||||
(package
|
(package
|
||||||
(name "r-graph")
|
(name "r-graph")
|
||||||
(version "1.84.1")
|
(version "1.86.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "graph" version))
|
(uri (bioconductor-uri "graph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19s5bzpbc5m99k7cvfl90ndy7pcwi9z42g45b6f9vh417k4r2and"))))
|
"0rzkz0nq4yzyr2165rw0grng3y21zyf36bgaa6l4hf5lzinik7mc"))))
|
||||||
(properties '((updater-extra-native-inputs . ("r-xml"))))
|
(properties '((updater-extra-native-inputs . ("r-xml"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue