gnu: r-huge: Update to 1.3.1.

* gnu/packages/cran.scm (r-huge): Update to 1.3.1.
master
Ricardo Wurmus 2019-03-20 23:54:46 +01:00
parent 8aef1ea6fd
commit 20b375ecd8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10623,14 +10623,14 @@ regression coefficients can be conducted via jackknifing.")
(define-public r-huge
(package
(name "r-huge")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "huge" version))
(sha256
(base32
"18psr7arynax38hcc5y9dxskhsg4a5zjw3hjbgf96zy59wdib5ch"))))
"06s22i2cdn6g2r8kq5csyspinayh8dxxg9gkwcf4sa1lmrgb0bf9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-igraph" ,r-igraph)