1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02: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:
Ricardo Wurmus 2025-04-29 18:56:06 +02:00
parent e2efa7ebc3
commit ae192ce1f4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15616,13 +15616,13 @@ expressed genes in DNA microarray experiments.")
(define-public r-graph
(package
(name "r-graph")
(version "1.84.1")
(version "1.86.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "graph" version))
(sha256
(base32
"19s5bzpbc5m99k7cvfl90ndy7pcwi9z42g45b6f9vh417k4r2and"))))
"0rzkz0nq4yzyr2165rw0grng3y21zyf36bgaa6l4hf5lzinik7mc"))))
(properties '((updater-extra-native-inputs . ("r-xml"))))
(build-system r-build-system)
(arguments