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

gnu: r-labelled: Update to 2.14.1.

* gnu/packages/cran.scm (r-labelled): Update to 2.14.1.

Change-Id: Ic5d0fa93b650903c74acd9c35e59301626b90cbf
This commit is contained in:
Ricardo Wurmus
2025-05-13 10:25:50 +02:00
parent bd2a63a62c
commit b6c5b2dbb1

View File

@@ -26077,14 +26077,14 @@ subsequence} (LCS) using a dynamic programming algorithm.")
(define-public r-labelled
(package
(name "r-labelled")
(version "2.14.0")
(version "2.14.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "labelled" version))
(sha256
(base32
"1p23n1nfmnnlgpdxn5dz3941vc3w38z3fvnj4i43s69fc6aqfxjd"))))
"01mi9vly79p5mir6wwfak0mbxnagaw01rd2fa539lfiwr49bllwc"))))
(properties `((upstream-name . "labelled")))
(build-system r-build-system)
(propagated-inputs