gnu: r-zoeppritz: Update to 1.0-9.
* gnu/packages/cran.scm (r-zoeppritz): Update to 1.0-9.
This commit is contained in:
parent
7b20fd94e8
commit
fcf1a0f57c
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue