gnu: r-apcluster: Update to 1.4.8.

* gnu/packages/cran.scm (r-apcluster): Update to 1.4.8.
master
Ricardo Wurmus 2019-09-02 14:33:50 +02:00
parent 553742fa98
commit 530404083a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12190,14 +12190,14 @@ network.")
(define-public r-apcluster
(package
(name "r-apcluster")
(version "1.4.7")
(version "1.4.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "apcluster" version))
(sha256
(base32
"188hdfmwjjx3aic599nwmkzjqm9j9jighi5bly6qd43c1vj6ih2s"))))
"0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-matrix" ,r-matrix)