me
/
guix
Archived
1
0
Fork 0

gnu: r-cmplot: Update to 4.0.0.

* gnu/packages/cran.scm (r-cmplot): Update to 4.0.0.
master
Ricardo Wurmus 2022-01-23 13:33:33 +01:00
parent 5b18f116ba
commit 088962bcbc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9649,14 +9649,14 @@ from the @code{stats} package (plus some extra parameters).")
(define-public r-cmplot
(package
(name "r-cmplot")
(version "3.7.0")
(version "4.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "CMplot" version))
(sha256
(base32
"0d6ww8pdrawdg5acbhiyi2jpmapf2ghixy9mi4kmsq8yg36pksfh"))))
"0xyh75y0c84nnkrv6c8xrvla54w51phgdwn8a69799f2r87z7c81"))))
(properties `((upstream-name . "CMplot")))
(build-system r-build-system)
(home-page "https://github.com/YinLiLin/CMplot")