civodul pushed a commit to branch master
in repository guix.
commit a42bc01f337ef419fbe5d8f2f676036a94f95466
Author: Greg Hogan <[email protected]>
AuthorDate: Sun Sep 15 20:37:42 2024 +0000
gnu: bloomberg-bde-tools: Update to 4.13.0.0.
* gnu/packages/cpp.scm (bloomberg-bde-tools): Update to 4.13.0.0.
Change-Id: I69694ef097c958b524a9701b04eab9290700eca8
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/cpp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index a26c5e1b05..7228f955a3 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2471,11 +2471,11 @@ validation.")
"038i9nmk85vpxvs546w6cyci0ppdrrp5wnlv1kffxw29x71a3g5l"))))))
(define-public bloomberg-bde-tools
- (let ((commit "f63dfe9114cd7df29623bd01f644b9f654253972"))
+ (let ((commit "23217675939d434537ef74b91f71b63054e36572"))
(package
(name "bloomberg-bde-tools")
;; Recent releases are not tagged so commit must be used for checkout.
- (version "3.118.0.0")
+ (version "4.13.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2484,7 +2484,7 @@ validation.")
(file-name (git-file-name name version))
(sha256
(base32
- "1a5sw4xjwd222na3zkflm2gkmzhnfq17i8qapyaxszpiayf3hw6v"))
+ "1x440fa8fghigipn6w8zdr60kkvxrkxs2n9a5hf3y33b8aygh8iv"))
(patches
(search-patches
"bloomberg-bde-tools-fix-install-path.patch"))))