me
/
guix
Archived
1
0
Fork 0

gnu: r-graph: Update to 1.76.0.

* gnu/packages/bioconductor.scm (r-graph): Update to 1.76.0.
master
zimoun 2022-11-17 03:50:15 +01:00 committed by Ricardo Wurmus
parent 77d10366d4
commit 7a11e32dae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8026,13 +8026,13 @@ expressed genes in DNA microarray experiments.")
(define-public r-graph
(package
(name "r-graph")
(version "1.74.0")
(version "1.76.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "graph" version))
(sha256
(base32
"1b8hrjwjg82kicls1496fxfzv75xjvq2k6r9apzsd3qlbyg3ilg4"))))
"1hdbxjvgkxb9m341i9qbskb41g2z8qifkhgkpj2xb20s2dnxn3cc"))))
(build-system r-build-system)
(propagated-inputs
(list r-biocgenerics))