me
/
guix
Archived
1
0
Fork 0

gnu: r-sjplot: Update to 2.8.15.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.15.
Ricardo Wurmus 2023-08-28 14:16:26 +02:00
parent 04903ef8ea
commit 160c68c888
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16177,13 +16177,13 @@ efficient computation even with very large data sets.")
(define-public r-sjplot
(package
(name "r-sjplot")
(version "2.8.14")
(version "2.8.15")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjPlot" version))
(sha256
(base32 "06m6najky8ydnn6y6f3fh1y7laxnqpzcbyy1cyqcgvfcyfia9qjf"))))
(base32 "10lvn8dnckpjjpapmf0d2zwjkzjvs4iiswd3rmijzviz4ichhxjs"))))
(properties `((upstream-name . "sjPlot")))
(build-system r-build-system)
(propagated-inputs