me
/
guix
Archived
1
0
Fork 0

gnu: r-cmplot: Update to 4.5.1.

* gnu/packages/cran.scm (r-cmplot): Update to 4.5.1.

Change-Id: I34faf9e7c4b786aaae660ba18c65b429304db601
master
Ricardo Wurmus 2024-01-23 08:26:11 +01:00
parent e8a7227004
commit e2284fa77d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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