me
/
guix
Archived
1
0
Fork 0

gnu: r-scatterpie: Update to 0.2.2.

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

Change-Id: Iefea7b841a419a129ed69d436b80bf59a7ec8c3f
master
Ricardo Wurmus 2024-04-09 18:45:34 +02:00
parent d3bb68db27
commit 81392d15c1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34074,14 +34074,14 @@ multi-state models.")
(define-public r-scatterpie
(package
(name "r-scatterpie")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "scatterpie" version))
(sha256
(base32
"0wfrckyvy4zw34qdvgg1gwqfdi1xhs63v3gfwa4akm7ifd1canlb"))))
"1q36g6rqggrysnjqarxbyjw3y3z244k0zh1a49w6j4149k8qc462"))))
(properties `((upstream-name . "scatterpie")))
(build-system r-build-system)
(propagated-inputs