gnu: r-huge: Update to 1.3.5.

* gnu/packages/cran.scm (r-huge): Update to 1.3.5.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:19 +02:00
parent fd8fa3e3f2
commit 61d12816e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14184,13 +14184,13 @@ (define-public r-ppls
(define-public r-huge
(package
(name "r-huge")
(version "1.3.4.1")
(version "1.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "huge" version))
(sha256
(base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
(base32 "1sl457a1lndrx98y2j9a2smanawx2iqlhl82iand0g3p5xp8ch4j"))))
(build-system r-build-system)
(propagated-inputs
`(("r-igraph" ,r-igraph)