gnu: r-shape: Update to 1.4.6.1.

* gnu/packages/cran.scm (r-shape): Update to 1.4.6.1.

Change-Id: Idcb756d0d016d9ed519ccdf3c0be4cd795277222
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:11 +01:00
parent 90d4cd54b7
commit 47b38a2200
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6871,14 +6871,14 @@ on (non-orthogonal) variable vectors in scatterplots and biplots.")
(define-public r-shape
(package
(name "r-shape")
(version "1.4.6")
(version "1.4.6.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "shape" version))
(sha256
(base32
"0yqbrrx2ywmfl99s6d1n6jblc63k1mxbiqyv8y0kq8jws1g3w45r"))))
"1912znpk85j8c01s4m2f7x8rcqwski8b5n7g70cczmkzk47vvya3"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/shape")
(synopsis "Functions for plotting graphical shapes")