gnu: bloomberg-bde-tools: Update to 3.118.0.0.

* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 3.118.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2023-05-17 15:16:17 +00:00 committed by Ludovic Courtès
parent dcf05f2321
commit 7af5597e21
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1976,11 +1976,11 @@ (define-public simdjson
(license license:asl2.0)))
(define-public bloomberg-bde-tools
(let ((commit "094885bd177e0159232d4e6a060a04edb1edd786"))
(let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
(package
(name "bloomberg-bde-tools")
;; Recent releases are not tagged so commit must be used for checkout.
(version "3.97.0.0")
(version "3.118.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1989,7 +1989,7 @@ (define-public bloomberg-bde-tools
(file-name (git-file-name name version))
(sha256
(base32
"0mbbai73z8amh23ah3wy35kmy612380yr5wg89mic60qwqmpqb02"))
"1a5sw4xjwd222na3zkflm2gkmzhnfq17i8qapyaxszpiayf3hw6v"))
(patches
(search-patches
"bloomberg-bde-tools-fix-install-path.patch"))))