gnu: r-fastmap: Update to 1.1.1.

* gnu/packages/cran.scm (r-fastmap): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:17 +01:00
parent 29f95b47ec
commit 17b68a4ac5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3481,14 +3481,14 @@ speed increase from creating dummy variables through @code{model.matrix()}.")
(define-public r-fastmap
(package
(name "r-fastmap")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "fastmap" version))
(sha256
(base32
"0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
"0wvibiy16i30nzg5k80md68lpz7g6iwbl02j4fyqmbhns2fq08rn"))))
(properties `((upstream-name . "fastmap")))
(build-system r-build-system)
(home-page "https://r-lib.github.io/fastmap/")