mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05: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 @@ (define-public r-argparse
|
|||
(define-public r-hash
|
||||
(package
|
||||
(name "r-hash")
|
||||
(version "2.2.6.1")
|
||||
(version "2.2.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hash" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
|
||||
"17scs675a86c34hjbxmwi8kny4yyv97x3515s449zafj2i0ad8vm"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/hash/")
|
||||
(synopsis "Implementation of hash/associated arrays/dictionaries")
|
||||
|
|
Loading…
Reference in a new issue