me
/
guix
Archived
1
0
Fork 0

gnu: r-hyperdraw: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.46.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -11351,14 +11351,14 @@ manipulating hypergraphs.")
(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)))