mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-graph: Update to 1.88.1.
* gnu/packages/bioconductor.scm (r-graph): Update to 1.88.1. Change-Id: Ib9c224219e1cdfc88317dbd1ed603fbd5cf27737
This commit is contained in:
parent
fb089aee88
commit
3348fc50c6
1 changed files with 2 additions and 2 deletions
|
|
@ -15932,13 +15932,13 @@ expressed genes in DNA microarray experiments.")
|
|||
(define-public r-graph
|
||||
(package
|
||||
(name "r-graph")
|
||||
(version "1.88.0")
|
||||
(version "1.88.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "graph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sxn2h83j3qawp9jwpg63g50px2gk5dmlmdy6a7jwx3hb44sppbm"))))
|
||||
"0l4gsrb1s9dc0yq6cawb8bpci0byhxmvfhrp9q8gxhvn8asxh6zb"))))
|
||||
(properties '((updater-extra-native-inputs . ("r-xml"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue