me
/
guix
Archived
1
0
Fork 0

gnu: r-fastmap: Update to 1.1.1.

* gnu/packages/cran.scm (r-fastmap): Update to 1.1.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3481,14 +3481,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.0") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "fastmap" version)) (uri (cran-uri "fastmap" version))
(sha256 (sha256
(base32 (base32
"0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi")))) "0wvibiy16i30nzg5k80md68lpz7g6iwbl02j4fyqmbhns2fq08rn"))))
(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/")