1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-factominer: Update to 2.13.

* gnu/packages/cran.scm (r-factominer): Update to 2.13.

Change-Id: Ia6a962543a4a85d2c205d7471b63c3851bd3646f
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-20 07:17:23 +01:00
committed by Rutherther
parent 64f4214e75
commit 75f7ba8ff3

View File

@@ -25430,14 +25430,14 @@ clustering.")
(define-public r-factominer
(package
(name "r-factominer")
(version "2.12")
(version "2.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "FactoMineR" version))
(sha256
(base32
"18mny9i6s3ischhls28lxy8igji96pqic1l65mxh31f4ikjswr60"))))
"0sryxrg5v3a0a4bmz5zn9rz473r3jlxkbfmc9fiz7nqz9ff6crq9"))))
(properties `((upstream-name . "FactoMineR")))
(build-system r-build-system)
(propagated-inputs