mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-hyperdraw: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.52.0.
This commit is contained in:
parent
7f03f14e5f
commit
c0b7b4ed00
1 changed files with 2 additions and 2 deletions
|
@ -16930,14 +16930,14 @@ (define-public r-hypergraph
|
||||||
(define-public r-hyperdraw
|
(define-public r-hyperdraw
|
||||||
(package
|
(package
|
||||||
(name "r-hyperdraw")
|
(name "r-hyperdraw")
|
||||||
(version "1.50.0")
|
(version "1.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "hyperdraw" version))
|
(uri (bioconductor-uri "hyperdraw" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fl4ia2jskvmbwk0y1wd0x4dgqph0av7bx2zffrvd1a5ppcjmsra"))))
|
"0vhfvmv6b3kab6a8hy2y9zwxgzwb5vliaaxhlrgz8i4pvvq5nhqb"))))
|
||||||
(properties `((upstream-name . "hyperdraw")))
|
(properties `((upstream-name . "hyperdraw")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list graphviz))
|
(inputs (list graphviz))
|
||||||
|
|
Loading…
Reference in a new issue