me
/
guix
Archived
1
0
Fork 0

gnu: r-hyperdraw: Update to 1.50.0.

* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.50.0.
master
zimoun 2022-11-17 03:50:27 +01:00 committed by Ricardo Wurmus
parent 7939489f80
commit b90e4cdd56
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14516,14 +14516,14 @@ manipulating hypergraphs.")
(define-public r-hyperdraw
(package
(name "r-hyperdraw")
(version "1.48.0")
(version "1.50.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "hyperdraw" version))
(sha256
(base32
"0ndw4y6b15jy4w86vfkahmdc81d3ycjsvqy1mxi55dwvd8xq0ap6"))))
"1fl4ia2jskvmbwk0y1wd0x4dgqph0av7bx2zffrvd1a5ppcjmsra"))))
(properties `((upstream-name . "hyperdraw")))
(build-system r-build-system)
(inputs (list graphviz))