me
/
guix
Archived
1
0
Fork 0

gnu: r-gmodels: Update to 2.18.1.1.

* gnu/packages/cran.scm (r-gmodels): Update to 2.18.1.1.
master
Ricardo Wurmus 2022-05-28 08:30:33 +02:00
parent 4c16cb4403
commit 74ee51895a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16862,14 +16862,14 @@ network.")
(define-public r-gmodels
(package
(name "r-gmodels")
(version "2.18.1")
(version "2.18.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmodels" version))
(sha256
(base32
"0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
"158y7yh4maawn9vki8cq4sil48xib2bbpl6qgj5gvlkw3c14hzfs"))))
(build-system r-build-system)
(propagated-inputs
(list r-gdata r-mass))