me
/
guix
Archived
1
0
Fork 0

gnu: r-pdist: Update to 1.2.1.

* gnu/packages/cran.scm (r-pdist): Update to 1.2.1.
master
Ricardo Wurmus 2022-05-28 08:30:16 +02:00
parent 63993ae9e0
commit 2ccb1881d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")