mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
d65f4ac260
commit
fcd5267f0b
1 changed files with 6 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue