gnu: r-gmodels: Update to 2.19.1.

* gnu/packages/cran.scm (r-gmodels): Update to 2.19.1.

Change-Id: Ifdb09883a7093c4b3521dce0da6136f278f6ab9d
This commit is contained in:
Ricardo Wurmus 2024-03-11 13:30:18 +01:00
parent 14e32ae473
commit fa0be5a49b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22801,14 +22801,14 @@ (define-public r-irkernel
(define-public r-gmodels (define-public r-gmodels
(package (package
(name "r-gmodels") (name "r-gmodels")
(version "2.18.1.1") (version "2.19.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "gmodels" version)) (uri (cran-uri "gmodels" version))
(sha256 (sha256
(base32 (base32
"158y7yh4maawn9vki8cq4sil48xib2bbpl6qgj5gvlkw3c14hzfs")))) "13c8x7iwyz36qir3ikbvjb5dl6gdh4fh82qdxcpcdinwfhrbhmxv"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-gdata r-mass)) (list r-gdata r-mass))