Archived
1
0
Fork 0

gnu: r-gtools: Update to 3.9.5.

* gnu/packages/statistics.scm (r-gtools): Update to 3.9.5.

Change-Id: I99642b15227fa007cfd86dc378afdd5f54d4567f
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:17:11 +01:00
parent 9592148434
commit b21ed00b81
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5029,14 +5029,14 @@ Zurich, including many that are related to graphics.")
(define-public r-gtools
(package
(name "r-gtools")
(version "3.9.4")
(version "3.9.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "gtools" version))
(sha256
(base32
"04gihp78x2caahqvf0mlv1cqy1m121l6hkdvbp01r2z99wcqpksr"))))
"0jqpvygxgr4m1rgaj5rzd048fwxvpcr4n1vx8bfabc9d2p0vdsfy"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/gtools")
(synopsis "Various R programming tools")