gnu: r-dbscan: Update to 1.2.4.

* gnu/packages/cran.scm (r-dbscan): Update to 1.2.4.
[properties]: Record updater-ignored-native-inputs.

Change-Id: I489a41cafccc5543abc3bac8cbc75b19fb8163c8
This commit is contained in:
Ricardo Wurmus 2026-01-14 08:45:57 +01:00 committed by Andreas Enge
parent d65f4ac260
commit fcd5267f0b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2713,14 +2713,17 @@ features require SQL translation to be provided by the package author.")
(define-public r-dbscan
(package
(name "r-dbscan")
(version "1.2.3")
(version "1.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "dbscan" version))
(sha256
(base32 "1bx672c9v7rhka65llwg36y5z3gp4m21im0h2qyp9vb30z68b6k2"))))
(properties `((upstream-name . "dbscan")))
(base32 "1midc6c09xg48m9y0m17p3g6lsp5zmr2q9hy4ph98qyhlcmjk8kr"))))
(properties
'((upstream-name . "dbscan")
;; Avoid dependency cycles.
(updater-ignored-native-inputs . ("r-dmwr" "r-fpc"))))
(build-system r-build-system)
(propagated-inputs (list r-generics r-rcpp))
(native-inputs (list r-knitr r-testthat))