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

gnu: r-polylabelr: Update to 1.0.0.

* gnu/packages/cran.scm (r-polylabelr): Update to 1.0.0.

Change-Id: I25934e0fab6a4cff35434e501fa2f670239594e9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-20 07:17:20 +01:00
committed by Rutherther
parent 845763623f
commit 2e72835133

View File

@@ -10057,13 +10057,13 @@ colleagues (2019) @url{https://doi:10.18637/jss.v090.c01}.")
(define-public r-polylabelr
(package
(name "r-polylabelr")
(version "0.3.0")
(version "1.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "polylabelr" version))
(sha256
(base32
"1wxr2mhbsq7sm3byb4jn6dskmlxxjywhj453qhs0z40aaiphd49c"))))
"1miw3mlhvs96dnhgips6n3lxffz7429z4m8cinhpivrh59l5ag4a"))))
(properties `((upstream-name . "polylabelr")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))