1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

gnu: r-stable: Update to 1.1.7.

* gnu/packages/cran.scm (r-stable): Update to 1.1.7.

Change-Id: I5130dc487a43641414ed2c02cb59406c8b397468
This commit is contained in:
Ricardo Wurmus
2026-02-16 15:24:34 +01:00
committed by Andreas Enge
parent 98f0003b1b
commit 593256d4c0

View File

@@ -19453,13 +19453,13 @@ color labels, layout, etc.")
(define-public r-stable
(package
(name "r-stable")
(version "1.1.6")
(version "1.1.7")
(source (origin
(method url-fetch)
(uri (cran-uri "stable" version))
(sha256
(base32
"194xsa291v5f0jya1c3aigbclg8cci427ffpb8brxamm6n57hf12"))))
"1sabzja8ksda5k8fkhq4paqapcjgw8v17xfrkq310pzg4dajcb9d"))))
(properties `((upstream-name . "stable")))
(build-system r-build-system)
(propagated-inputs (list r-rmutil))