gnu: r-venndiagram: Update to 1.7.3.
* gnu/packages/cran.scm (r-venndiagram): Update to 1.7.3.
This commit is contained in:
parent
83b90cc4a1
commit
7bf051be75
1 changed files with 2 additions and 2 deletions
|
@ -5936,13 +5936,13 @@ (define-public r-sm
|
|||
(define-public r-venndiagram
|
||||
(package
|
||||
(name "r-venndiagram")
|
||||
(version "1.7.1")
|
||||
(version "1.7.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "VennDiagram" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yw54j9as0vf8ypnq4a3sl2w0lajri6s979f4y11hjzpgmr1m16b"))))
|
||||
"0ilcxcp8qskmb5cp7fyb7i0qizg42lrx0ny8ws3if90kfrglghp7"))))
|
||||
(properties `((upstream-name . "VennDiagram")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue