mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-hyperdraw: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.54.0. Change-Id: I0d49e7993e9225d409e863ddba3f6f832b3f95aa
This commit is contained in:
parent
59e55fc39e
commit
0f8cccb01f
1 changed files with 2 additions and 2 deletions
|
@ -19078,14 +19078,14 @@ (define-public r-hypergraph
|
|||
(define-public r-hyperdraw
|
||||
(package
|
||||
(name "r-hyperdraw")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "hyperdraw" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vhfvmv6b3kab6a8hy2y9zwxgzwb5vliaaxhlrgz8i4pvvq5nhqb"))))
|
||||
"1lgfpw9f7095lgk46gdpxq3z52c24xw4ajl7yid3pcgw19bfcgk5"))))
|
||||
(properties `((upstream-name . "hyperdraw")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list graphviz))
|
||||
|
|
Loading…
Reference in a new issue