gnu: r-fastmap: Update to 1.2.0.
* gnu/packages/cran.scm (r-fastmap): Update to 1.2.0. Change-Id: I584a99be737dd7e1bf678967a065e10567eae792master
parent
bddae77196
commit
55b0523079
|
@ -5310,14 +5310,14 @@ speed increase from creating dummy variables through @code{model.matrix()}.")
|
||||||
(define-public r-fastmap
|
(define-public r-fastmap
|
||||||
(package
|
(package
|
||||||
(name "r-fastmap")
|
(name "r-fastmap")
|
||||||
(version "1.1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fastmap" version))
|
(uri (cran-uri "fastmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wvibiy16i30nzg5k80md68lpz7g6iwbl02j4fyqmbhns2fq08rn"))))
|
"0ilj7gcbnha6l61sqzk6wrj6l08mxyay49957izha7axj6i09nmi"))))
|
||||||
(properties `((upstream-name . "fastmap")))
|
(properties `((upstream-name . "fastmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://r-lib.github.io/fastmap/")
|
(home-page "https://r-lib.github.io/fastmap/")
|
||||||
|
|
Reference in New Issue