me
/
guix
Archived
1
0
Fork 0

gnu: r-fastmap: Update to 1.2.0.

* gnu/packages/cran.scm (r-fastmap): Update to 1.2.0.

Change-Id: I584a99be737dd7e1bf678967a065e10567eae792
master
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
1 changed files with 2 additions and 2 deletions

View File

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