gnu: r-pdist: Update to 1.2.1.
* gnu/packages/cran.scm (r-pdist): Update to 1.2.1.master
parent
63993ae9e0
commit
2ccb1881d4
|
@ -5515,14 +5515,14 @@ models.")
|
||||||
(define-public r-pdist
|
(define-public r-pdist
|
||||||
(package
|
(package
|
||||||
(name "r-pdist")
|
(name "r-pdist")
|
||||||
(version "1.2")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pdist" version))
|
(uri (cran-uri "pdist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
|
"0bvg8si81hs79v39d7svv4zbv2p0sk2r6m9vamibvkh9qvl4x406"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/jeffwong/pdist")
|
(home-page "https://github.com/jeffwong/pdist")
|
||||||
(synopsis "Partitioned distance function")
|
(synopsis "Partitioned distance function")
|
||||||
|
|
Reference in New Issue