mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: r-fastmap: Update to 1.1.0.
* gnu/packages/cran.scm (r-fastmap): Update to 1.1.0.
This commit is contained in:
parent
c16205b6ce
commit
86be5ada6f
1 changed files with 2 additions and 2 deletions
|
@ -1323,14 +1323,14 @@ (define-public r-rjson
|
|||
(define-public r-fastmap
|
||||
(package
|
||||
(name "r-fastmap")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fastmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
|
||||
"0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
|
||||
(properties `((upstream-name . "fastmap")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://r-lib.github.io/fastmap/")
|
||||
|
|
Loading…
Reference in a new issue