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:
Ricardo Wurmus 2024-07-02 14:57:30 +02:00
parent bddae77196
commit 55b0523079
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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/")