gnu: r-hyperdraw: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.46.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:37 +00:00
parent 14b524486d
commit 2b5e606027
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11351,14 +11351,14 @@ (define-public r-hypergraph
(define-public r-hyperdraw
(package
(name "r-hyperdraw")
(version "1.44.0")
(version "1.46.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "hyperdraw" version))
(sha256
(base32
"1qkxixkgvvfha0ii8rwwcbrbjmbbxsy8afv5ymcq01k3hbykx44r"))))
"1lkiqrk01hshms9ghsfynxwj69zr3463r3rg8rn7hkwn3bj8xyzj"))))
(properties `((upstream-name . "hyperdraw")))
(build-system r-build-system)
(inputs `(("graphviz" ,graphviz)))