me
/
guix
Archived
1
0
Fork 0

gnu: r-dbscan: Update to 1.1-12.

* gnu/packages/cran.scm (r-dbscan): Update to 1.1-12.

Change-Id: If28f2657e8de4a5d893bb74f4559d17249acf714
Ricardo Wurmus 2023-12-15 12:16:40 +01:00
parent c4dbd4b4f4
commit 8e710b7d9d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -564,13 +564,13 @@ wrangling backend for the packages in the @code{easystats} ecosystem.")
(define-public r-dbscan
(package
(name "r-dbscan")
(version "1.1-11")
(version "1.1-12")
(source
(origin
(method url-fetch)
(uri (cran-uri "dbscan" version))
(sha256
(base32 "0bz66lvvg7290c5260ph92k4r7adgisbx3vml9096qhjwrkqwjgh"))))
(base32 "1snfcf5jy3chh5nmvn7ashhlyv35nkajlfrlk9kzpy4jnfyv3y2n"))))
(properties `((upstream-name . "dbscan")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))