gnu: r-scatterpie: Update to 0.2.3.

* gnu/packages/cran.scm (r-scatterpie): Update to 0.2.3.

Change-Id: Ia5f0e60f8f3b1510840d0472426a862b5d9a981f
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:46 +02:00
parent 5cc372d6bd
commit 5af767ad3a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -34846,14 +34846,14 @@ (define-public r-mstate
(define-public r-scatterpie
(package
(name "r-scatterpie")
(version "0.2.2")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "scatterpie" version))
(sha256
(base32
"1q36g6rqggrysnjqarxbyjw3y3z244k0zh1a49w6j4149k8qc462"))))
"0iv4i775s22j3wg6mhsdx5d9zdb23v4fanfnznp2jiwkzxr10kvh"))))
(properties `((upstream-name . "scatterpie")))
(build-system r-build-system)
(propagated-inputs