me
/
guix
Archived
1
0
Fork 0

gnu: r-venndiagram: Update to 1.7.1.

* gnu/packages/cran.scm (r-venndiagram): Update to 1.7.1.
master
Ricardo Wurmus 2022-01-05 19:34:15 +01:00
parent 64953f106d
commit 53004bd0ee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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