1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-02 13:04:09 +02:00

gnu: r-fds: Update to 1.9.

* gnu/packages/cran.scm (r-fds): Update to 1.9.

Change-Id: Id0c4d7b00e34cf47566a079749beb5edd7838e23
This commit is contained in:
Ricardo Wurmus
2026-05-06 10:48:37 +02:00
parent 8b1627e320
commit 0f271ff2d4
+2 -2
View File
@@ -46394,14 +46394,14 @@ functional outliers with bagplots, boxplots and rainbow plots.")
(define-public r-fds
(package
(name "r-fds")
(version "1.8")
(version "1.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "fds" version))
(sha256
(base32
"1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
"03ivvx8iv1vvxp2zcggrvs1j3q9mm56winjw7q3x7aq5l4xgi1hx"))))
(properties `((upstream-name . "fds")))
(build-system r-build-system)
(propagated-inputs