gnu: r-venndiagram: Update to 1.7.1.
* gnu/packages/cran.scm (r-venndiagram): Update to 1.7.1.master
parent
64953f106d
commit
53004bd0ee
|
@ -5278,13 +5278,13 @@ and density estimation")
|
|||
(define-public r-venndiagram
|
||||
(package
|
||||
(name "r-venndiagram")
|
||||
(version "1.7.0")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "VennDiagram" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l9mmc8wwn885l2b13kshhrkz53pqigcw6d8gklvv92fx5m5cdvm"))))
|
||||
"0yw54j9as0vf8ypnq4a3sl2w0lajri6s979f4y11hjzpgmr1m16b"))))
|
||||
(properties `((upstream-name . "VennDiagram")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Reference in New Issue