mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: sparsehash: Update to 2.0.4.
* gnu/packages/datastructures.scm (sparsehash): Update to 2.0.4.
This commit is contained in:
parent
3d8cfac3d0
commit
907d5ed19f
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ (define-public marisa
|
||||||
(define-public sparsehash
|
(define-public sparsehash
|
||||||
(package
|
(package
|
||||||
(name "sparsehash")
|
(name "sparsehash")
|
||||||
(version "2.0.3")
|
(version "2.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -93,7 +93,7 @@ (define-public sparsehash
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m3f0cnpnpf6aak52wn8xbrrdw8p0yhq8csgc8nlvf9zp8c402na"))))
|
"1pf1cjvcjdmb9cd6gcazz64x0cd2ndpwh6ql2hqpypjv725xwxy7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Memory-efficient hashtable implementations")
|
(synopsis "Memory-efficient hashtable implementations")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue