mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-hash: Update to 2.2.6.2.
* gnu/packages/cran.scm (r-hash): Update to 2.2.6.2.
This commit is contained in:
parent
9613f4d28d
commit
dd8b3daad5
1 changed files with 2 additions and 2 deletions
|
@ -9938,14 +9938,14 @@ and automatically generate usage notices.")
|
||||||
(define-public r-hash
|
(define-public r-hash
|
||||||
(package
|
(package
|
||||||
(name "r-hash")
|
(name "r-hash")
|
||||||
(version "2.2.6.1")
|
(version "2.2.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "hash" version))
|
(uri (cran-uri "hash" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
|
"17scs675a86c34hjbxmwi8kny4yyv97x3515s449zafj2i0ad8vm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/hash/")
|
(home-page "https://cran.r-project.org/web/packages/hash/")
|
||||||
(synopsis "Implementation of hash/associated arrays/dictionaries")
|
(synopsis "Implementation of hash/associated arrays/dictionaries")
|
||||||
|
|
Loading…
Add table
Reference in a new issue