mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-e1071: Update to 1.7-1.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-1.
This commit is contained in:
parent
6720b37810
commit
fc82a8f577
1 changed files with 2 additions and 2 deletions
|
@ -3347,14 +3347,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut implementation.")
|
||||||
(define-public r-e1071
|
(define-public r-e1071
|
||||||
(package
|
(package
|
||||||
(name "r-e1071")
|
(name "r-e1071")
|
||||||
(version "1.7-0.1")
|
(version "1.7-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "e1071" version))
|
(uri (cran-uri "e1071" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11fqm4shmksalkazcwvzfknp3amigw7fr8wdwanqa5v5kx7ihyq9"))))
|
"1zlxz3da216q6v6r4ff60il121xwz7g7m639vzdwglhw3jjh8psw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-class" ,r-class)))
|
`(("r-class" ,r-class)))
|
||||||
|
|
Loading…
Reference in a new issue