diff options
author | Greg Hogan <code@greghogan.com> | 2024-09-15 20:37:42 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-17 23:15:50 +0100 |
commit | a42bc01f337ef419fbe5d8f2f676036a94f95466 (patch) | |
tree | 4563c21360c937c9c4f494fa85b83408525a08ae | |
parent | 8f86eb2b455db76cd852de5743f11701e58f612c (diff) | |
download | guix-a42bc01f337ef419fbe5d8f2f676036a94f95466.tar.gz |
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 <ludo@gnu.org>
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files 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")))) |