gnu: r-hash: Update to 2.2.6.1.
* gnu/packages/cran.scm (r-hash): Update to 2.2.6.1.
This commit is contained in:
parent
a6a87db8ce
commit
a431c38166
1 changed files with 2 additions and 2 deletions
|
@ -6095,14 +6095,14 @@ (define-public r-argparse
|
|||
(define-public r-hash
|
||||
(package
|
||||
(name "r-hash")
|
||||
(version "2.2.6")
|
||||
(version "2.2.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hash" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mkx59bmni3b283znvbndnkbar85fzavzdfgmwrhskidsqcz34yz"))))
|
||||
"0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
|
||||
(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