summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-20 07:17:20 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:29:45 +0100
commit2e72835133f04d702fd10708ecae0959a2f47e23 (patch)
tree4d12b247e2b085e497eafe25935030cc75ff04a6 /gnu
parent845763623fcbf7d32709f815e5a962c9cc65d17e (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 06ff64eab6..ad77ed371b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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))