gnu: r-polylabelr: Update to 1.0.0.

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

Change-Id: I25934e0fab6a4cff35434e501fa2f670239594e9
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:20 +01:00
parent 55229df31d
commit 004df6c9b5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

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))