mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: r-fastmap: Update to 1.2.0.
* gnu/packages/cran.scm (r-fastmap): Update to 1.2.0. Change-Id: I584a99be737dd7e1bf678967a065e10567eae792
This commit is contained in:
parent
bddae77196
commit
55b0523079
1 changed files with 2 additions and 2 deletions
|
@ -5310,14 +5310,14 @@ (define-public r-fastdummies
|
||||||
(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/")
|
||||||
|
|
Loading…
Reference in a new issue