me
/
guix
Archived
1
0
Fork 0

gnu: r-hash: Update to 2.2.6.1.

* gnu/packages/cran.scm (r-hash): Update to 2.2.6.1.
master
Ricardo Wurmus 2019-03-07 23:44:12 +01:00
parent a6a87db8ce
commit a431c38166
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6095,14 +6095,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") (version "2.2.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "hash" version)) (uri (cran-uri "hash" version))
(sha256 (sha256
(base32 (base32
"0mkx59bmni3b283znvbndnkbar85fzavzdfgmwrhskidsqcz34yz")))) "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
(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")