mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-fastmap: Update to 1.1.1.
* gnu/packages/cran.scm (r-fastmap): Update to 1.1.1.
This commit is contained in:
parent
29f95b47ec
commit
17b68a4ac5
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Reference in a new issue