Archived
1
0
Fork 0

gnu: r-zoeppritz: Update to 1.0-9.

* gnu/packages/cran.scm (r-zoeppritz): Update to 1.0-9.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:21:13 +02:00
parent 7b20fd94e8
commit fcf1a0f57c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -39850,13 +39850,13 @@ jitterplot, or half violinplot and half dotplot.")
(define-public r-zoeppritz (define-public r-zoeppritz
(package (package
(name "r-zoeppritz") (name "r-zoeppritz")
(version "1.0-8") (version "1.0-9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "zoeppritz" version)) (uri (cran-uri "zoeppritz" version))
(sha256 (sha256
(base32 (base32
"1711szx9zz17q6pfinyzlyrw7m9772c8ywlixqar2l165bkjalgm")))) "0bl1hrghyv5vjs02r2f5k9p7l4ialwdpl7si14lz8lbb0r1a6fwq"))))
(properties `((upstream-name . "zoeppritz"))) (properties `((upstream-name . "zoeppritz")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/package=zoeppritz") (home-page "https://cran.r-project.org/package=zoeppritz")